mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
chore: mark some dependencies with api
This commit is contained in:
@@ -35,9 +35,10 @@ kotlin {
|
|||||||
val commonMain by getting {
|
val commonMain by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(compose.runtime)
|
implementation(compose.runtime)
|
||||||
implementation(compose.foundation)
|
// Mark foundation with api like material do.
|
||||||
|
api(compose.foundation)
|
||||||
implementation(composeExt.material.ripple)
|
implementation(composeExt.material.ripple)
|
||||||
implementation(projects.flexiuiResources)
|
api(projects.flexiuiResources)
|
||||||
api(com.highcapable.betterandroid.compose.extension)
|
api(com.highcapable.betterandroid.compose.extension)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user