Skip to content

Commit

Permalink
build: added compose tooling preview dependency due to kapt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Halulkin committed Sep 8, 2023
1 parent 0971e4f commit e044a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dependencies {
implementation(libs.android.activity.compose)
implementation(libs.android.lifecycle.viewmodel.compose)
implementation(libs.bundles.google.accompanist)
implementation (libs.android.compose.ui.tooling.preview)
debugImplementation(libs.android.compose.ui.tooling)

// Injection
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ android_compose_ui = { module = "androidx.compose.ui:ui" }
android_compose_material = { module = "androidx.compose.material:material" }
android_compose_ui_util = { module = "androidx.compose.ui:ui-util" }
android_compose_ui_tooling = { module = "androidx.compose.ui:ui-tooling" }
android_compose_ui_tooling_preview = { module = "androidx.compose.ui:ui-tooling-preview" }
android_compose_runtime = { module = "androidx.compose.runtime:runtime-livedata" }
android_compose_ui_test = { module = "androidx.compose.ui:ui-test-junit4" }
android_compose_ui_test_manifest = { module = "androidx.compose.ui:ui-test-manifest" }
Expand Down

0 comments on commit e044a21

Please sign in to comment.