diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-26 20:29:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 20:29:39 +0000 |
commit | a96e6ebe0629296fca03f4bf02b7d595ffb27e2e (patch) | |
tree | d62c0ca3b2bca2395f3f343d6cdc484b0f87b19d /settings.gradle.kts | |
parent | 53497c03654cc04da40f7385c4d7711faa40e8f3 (diff) |
fix(deps): update kotlin to v1.8.21 (#2484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 5318f142..65404257 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -85,7 +85,6 @@ dependencyResolutionManagement { includeGroup("androidx.compose.ui") includeGroup("androidx.concurrent") includeGroup("androidx.constraintlayout") - includeGroup("androidx.compose.compiler") includeGroup("androidx.coordinatorlayout") includeGroup("androidx.core") includeGroup("androidx.cursoradapter") @@ -155,6 +154,10 @@ dependencyResolutionManagement { forRepository { maven("https://storage.googleapis.com/r8-releases/raw") } filter { includeModule("com.android.tools", "r8") } } + exclusiveContent { + forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") } + filter { includeGroup("androidx.compose.compiler") } + } mavenCentral() } } |