mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-12-12 09:13:36 +08:00
chore: global opt-in "androidx.compose.ui.ExperimentalComposeUiApi"
This commit is contained in:
@@ -21,6 +21,11 @@ kotlin {
|
||||
}
|
||||
jvmToolchain(17)
|
||||
sourceSets {
|
||||
all {
|
||||
languageSettings {
|
||||
optIn("androidx.compose.ui.ExperimentalComposeUiApi")
|
||||
}
|
||||
}
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.runtime)
|
||||
|
||||
Reference in New Issue
Block a user