chore: mark some dependencies with api

This commit is contained in:
2024-01-06 12:48:28 +08:00
parent 46db4ff16c
commit 824f7be99f

View File

@@ -35,9 +35,10 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
// Mark foundation with api like material do.
api(compose.foundation)
implementation(composeExt.material.ripple)
implementation(projects.flexiuiResources)
api(projects.flexiuiResources)
api(com.highcapable.betterandroid.compose.extension)
}
}