From 356a8d8caedfc555c3d371b555922a2eddfbb8b9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 4 Feb 2023 18:11:28 +0530 Subject: chore(deps): update Compose Compiler to `1.4.1-dev-k1.8.10-c312d77f4cb` --- 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 bb09adbe..842bc2fa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -78,7 +78,6 @@ dependencyResolutionManagement { includeGroup("androidx.cardview") includeGroup("androidx.collection") includeGroup("androidx.compose.animation") - includeGroup("androidx.compose.compiler") includeGroup("androidx.compose.foundation") includeGroup("androidx.compose.material") includeGroup("androidx.compose.material3") @@ -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