chore: change dependencies visibility

This commit is contained in:
2023-11-23 01:35:10 +08:00
parent 92d56e5dd6
commit 845606a59a

View File

@@ -25,12 +25,11 @@ kotlin {
dependencies { dependencies {
implementation(compose.runtime) implementation(compose.runtime)
implementation(compose.foundation) implementation(compose.foundation)
implementation(projects.flexiuiCore) api(projects.flexiuiCore)
} }
} }
val androidMain by getting { val androidMain by getting {
dependencies { dependencies {
api(compose.foundation)
api(com.highcapable.betterandroid.ui.component) api(com.highcapable.betterandroid.ui.component)
api(com.highcapable.betterandroid.ui.extension) api(com.highcapable.betterandroid.ui.extension)
api(com.highcapable.betterandroid.system.extension) api(com.highcapable.betterandroid.system.extension)
@@ -43,8 +42,6 @@ kotlin {
val desktopMain by getting { val desktopMain by getting {
dependencies { dependencies {
api(compose.desktop.currentOs) api(compose.desktop.currentOs)
api(compose.runtime)
api(compose.foundation)
} }
} }
val iosX64Main by getting val iosX64Main by getting