mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 03:54:23 +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