Skip to content

Commit 860aba5

Browse files
committed
fix: change Compose BOM dependency from implementation to api for better visibility
1 parent 6329f1e commit 860aba5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎compose/build.gradle.kts‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ android {
1515

1616
dependencies {
1717
implementation(project(":core"))
18-
val composeBom = platform("androidx.compose:compose-bom:2025.05.00")
19-
implementation(composeBom)
18+
api(platform("androidx.compose:compose-bom:2025.05.00"))
2019
implementation("androidx.compose.ui:ui")
2120
implementation("androidx.compose.runtime:runtime")
2221
implementation("androidx.compose.foundation:foundation")

0 commit comments

Comments
 (0)