From a96e6ebe0629296fca03f4bf02b7d595ffb27e2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:29:39 +0000 Subject: 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 --- settings.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settings.gradle.kts') 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() } } -- cgit v1.2.3