mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
chore: global opt-in "androidx.compose.foundation.ExperimentalFoundationApi"
This commit is contained in:
@@ -24,6 +24,7 @@ kotlin {
|
||||
all {
|
||||
languageSettings {
|
||||
optIn("androidx.compose.ui.ExperimentalComposeUiApi")
|
||||
optIn("androidx.compose.foundation.ExperimentalFoundationApi")
|
||||
}
|
||||
}
|
||||
val commonMain by getting {
|
||||
|
Reference in New Issue
Block a user