chore: merge to new build configs & dependencies

This commit is contained in:
2024-01-02 11:07:59 +08:00
parent 7190016471
commit 7935372e2f
3 changed files with 9 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ kotlin {
dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
api(com.highcapable.betterandroid.compose.multiplatform)
api(projects.flexiuiCore)
}
}