We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5160c0 commit 86e14f5Copy full SHA for 86e14f5
build-logic/src/main/kotlin/Mpp.kt
@@ -71,7 +71,7 @@ fun defaultTargets(
71
72
if (withAndroid) {
73
androidTarget {
74
- publishAllLibraryVariants()
+ publishLibraryVariants("release")
75
}
76
77
0 commit comments