Skip to content

Commit

Permalink
[#586] Add missing ui-tooling debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-conway committed Jan 16, 2025
1 parent fe32e37 commit fb7d65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample-compose/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ dependencies {

implementation(platform(libs.compose.bom))
implementation(libs.bundles.compose)
debugImplementation(libs.compose.ui.tooling)

implementation(libs.accompanist.permissions)
implementation(libs.accompanist.systemUiController)
Expand Down
1 change: 1 addition & 0 deletions sample-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ androidx-security-crypto = { group = "androidx.security", name = "security-crypt
# Compose
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
compose-ui = { group = "androidx.compose.ui", name = "ui" }
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
compose-material = { group = "androidx.compose.material", name = "material" }
Expand Down

0 comments on commit fb7d65c

Please sign in to comment.