Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit cf6b63b

Browse files
committed
build(build-deps): register build type 'dev' for android modules in composite builds
1 parent cdb15ce commit cf6b63b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composite-builds/build-deps/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ subprojects {
3939
sourceCompatibility = JavaVersion.VERSION_11
4040
targetCompatibility = JavaVersion.VERSION_11
4141
}
42+
43+
buildTypes.register("dev") {
44+
initWith(buildTypes.getByName("release"))
45+
isMinifyEnabled = false
46+
}
4247
}
4348
}
4449

0 commit comments

Comments
 (0)