mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-10 04:24:07 +08:00
chore: merge to new build configs & dependencies
This commit is contained in:
@@ -7,7 +7,9 @@ plugins {
|
|||||||
group = property.project.groupName
|
group = property.project.groupName
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
androidTarget()
|
androidTarget {
|
||||||
|
publishLibraryVariants("release")
|
||||||
|
}
|
||||||
jvm("desktop")
|
jvm("desktop")
|
||||||
listOf(
|
listOf(
|
||||||
iosX64(),
|
iosX64(),
|
||||||
@@ -34,6 +36,7 @@ kotlin {
|
|||||||
// TODO: We need to remove this and replace with "material-ripple"
|
// TODO: We need to remove this and replace with "material-ripple"
|
||||||
implementation(compose.material)
|
implementation(compose.material)
|
||||||
implementation(projects.flexiuiResources)
|
implementation(projects.flexiuiResources)
|
||||||
|
api(com.highcapable.betterandroid.compose.extension)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val androidMain by getting {
|
val androidMain by getting {
|
||||||
|
@@ -7,7 +7,9 @@ plugins {
|
|||||||
group = property.project.groupName
|
group = property.project.groupName
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
androidTarget()
|
androidTarget {
|
||||||
|
publishLibraryVariants("release")
|
||||||
|
}
|
||||||
jvm("desktop")
|
jvm("desktop")
|
||||||
listOf(
|
listOf(
|
||||||
iosX64(),
|
iosX64(),
|
||||||
@@ -25,6 +27,7 @@ kotlin {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(compose.runtime)
|
implementation(compose.runtime)
|
||||||
implementation(compose.foundation)
|
implementation(compose.foundation)
|
||||||
|
implementation(com.highcapable.betterandroid.compose.extension)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val androidMain by getting
|
val androidMain by getting
|
||||||
|
@@ -25,6 +25,7 @@ kotlin {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(compose.runtime)
|
implementation(compose.runtime)
|
||||||
implementation(compose.foundation)
|
implementation(compose.foundation)
|
||||||
|
api(com.highcapable.betterandroid.compose.multiplatform)
|
||||||
api(projects.flexiuiCore)
|
api(projects.flexiuiCore)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user