mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
chore: add dependencies
This commit is contained in:
@@ -34,7 +34,11 @@ kotlin {
|
||||
implementation(compose.material)
|
||||
}
|
||||
}
|
||||
val androidMain by getting
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation(com.highcapable.betterandroid.ui.extension)
|
||||
}
|
||||
}
|
||||
val desktopMain by getting
|
||||
val iosX64Main by getting
|
||||
val iosArm64Main by getting
|
||||
|
Reference in New Issue
Block a user