Re-enable publish in androidTarget KMP section, as it works in conjunction with the Android publish block.

This commit is contained in:
KotlinGeekDev
2025-09-01 16:47:56 +01:00
parent 2f2919090e
commit 822edf1273

View File

@@ -49,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