mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
chore: mark some dependencies with api
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user