mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 03:54:23 +08:00
chore: merge to new build configs & dependencies
This commit is contained in:
@@ -7,7 +7,9 @@ plugins {
|
||||
group = property.project.groupName
|
||||
|
||||
kotlin {
|
||||
androidTarget()
|
||||
androidTarget {
|
||||
publishLibraryVariants("release")
|
||||
}
|
||||
jvm("desktop")
|
||||
listOf(
|
||||
iosX64(),
|
||||
@@ -25,6 +27,7 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(compose.runtime)
|
||||
implementation(compose.foundation)
|
||||
implementation(com.highcapable.betterandroid.compose.extension)
|
||||
}
|
||||
}
|
||||
val androidMain by getting
|
||||
|
Reference in New Issue
Block a user