mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
refactor: make Sizes experimental
This commit is contained in:
@@ -25,6 +25,7 @@ kotlin {
|
||||
sourceSets {
|
||||
all {
|
||||
languageSettings {
|
||||
optIn("com.highcapable.flexiui.ExperimentalFlexiUISizesApi")
|
||||
optIn("androidx.compose.ui.ExperimentalComposeUiApi")
|
||||
optIn("androidx.compose.foundation.ExperimentalFoundationApi")
|
||||
}
|
||||
|
Reference in New Issue
Block a user