Skip to content

Commit

Permalink
Re-include implementation KTX in UI Module
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Jun 14, 2024
1 parent 170565e commit 5b6b5c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
jchucomponents = "2.0.0-dev4"
jchucomponents = "2.0.0-dev5"
agp = "8.4.2"
kotlin = "2.0.0"
dokka = "1.9.20"
Expand Down
3 changes: 2 additions & 1 deletion jchucomponents-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ android {

dependencies {
implementation(libs.bundles.ui.compose)
implementation(libs.bundles.ui.accompanist)
implementation(libs.bundles.ui.androidx)
implementation(libs.bundles.ui.accompanist)
implementation(project(":jchucomponents-ktx"))
debugImplementation(libs.androidx.compose.ui.ui.tooling.preview)
}

Expand Down

0 comments on commit 5b6b5c4

Please sign in to comment.