Skip to content

Commit f0e8cad

Browse files
martinbonninBoD
authored andcommitted
Publish only the release variant
Fixes a warning. The debug and release versions should be the same anyways.
1 parent 1eb7eea commit f0e8cad

File tree

1 file changed

+1
-1
lines changed
  • build-logic/src/main/kotlin

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/Mpp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fun Project.configureMpp(
8787

8888
if (withAndroid) {
8989
androidTarget {
90-
publishAllLibraryVariants()
90+
publishLibraryVariants("release")
9191
}
9292
}
9393

0 commit comments

Comments
 (0)