mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 16:36:42 +01:00
Disable publishing in androidTarget KMP configuration. Re-enable in Android block, and use updated syntax.
This commit is contained in:
@@ -34,10 +34,9 @@ android {
|
||||
excludes.add("**/libscrypt.dylib")
|
||||
}
|
||||
}
|
||||
// publishing {
|
||||
// singleVariant("release")
|
||||
// this.multipleVariants { singleVariant("release") }
|
||||
// }
|
||||
publishing {
|
||||
singleVariant("release")
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
@@ -50,7 +49,7 @@ kotlin {
|
||||
// which platforms this KMP module supports.
|
||||
// See: https://kotlinlang.org/docs/multiplatform-discover-project.html#targets
|
||||
androidTarget {
|
||||
publishLibraryVariants("release")
|
||||
// publishLibraryVariants("release")
|
||||
}
|
||||
|
||||
// For iOS targets, this is also where you should
|
||||
|
||||
Reference in New Issue
Block a user