Skip to content

Commit

Permalink
Workaround gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Mar 9, 2023
1 parent 006b21f commit 37e8bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ androidx-fragment = "androidx.fragment:fragment-ktx:1.5.1"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.0-beta01"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1"
androidx-lifecycle-common = "androidx.lifecycle:lifecycle-common-java8:2.6.0"
androidx-window = { module = "androidx.window:window", version.ref = "androidxWindow" }
androidx-window-testing = { module = "androidx.window:window-testing", version.ref = "androidxWindow" }

Expand Down
1 change: 1 addition & 0 deletions web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ dependencies {

// TODO: Remove when fixed https://github.com/gradle/gradle/issues/24037
implementation libs.kotlin.coroutines.android
implementation libs.androidx.lifecycle.common

// ======================
// Test dependencies
Expand Down

0 comments on commit 37e8bb4

Please sign in to comment.