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