mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 18:43:31 +02:00
Verifying some changes.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
alias(libs.plugins.kotlinMultiplatform)
|
||||
alias(libs.plugins.androidLibrary)
|
||||
// id("maven-publish")
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -35,9 +34,10 @@ android {
|
||||
excludes.add("**/libscrypt.dylib")
|
||||
}
|
||||
}
|
||||
publishing {
|
||||
this.multipleVariants { singleVariant("release") }
|
||||
}
|
||||
// publishing {
|
||||
// singleVariant("release")
|
||||
// this.multipleVariants { singleVariant("release") }
|
||||
// }
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
Reference in New Issue
Block a user