Skip to content

Commit

Permalink
Explicitly declare compose compiler in libraries in libs.versions.toml
Browse files Browse the repository at this point in the history
Renovate cannot update this dependency unless it is explicitly declared in [libraries] as well even though it will be an unused entry. More info in: renovatebot/renovate#18354
  • Loading branch information
jreij committed Oct 15, 2024
1 parent 12ceb08 commit df3f8e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
compose-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "compose-viewmodel" }
# this unused dependency is needed so that renovate can update the compose compiler version. More info in: https://github.com/renovatebot/renovate/issues/18354
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
google-pay-compose-button = { group = "com.google.pay.button", name = "compose-pay-button", version.ref = "google-pay-compose-button" }
google-pay-play-services-wallet = { group = "com.google.android.gms", name = "play-services-wallet", version.ref = "play-services-wallet" }
hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
Expand Down

0 comments on commit df3f8e4

Please sign in to comment.