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