From 56a21e1788dbc40c86c9c19378e18b53aa4be749 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 6 Jul 2023 12:23:38 +0530 Subject: chore(deps): bump Compose Compiler to `1.4.8-dev-k1.9.0-RC-5532d15c918` --- 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 04395c2a..3314e74b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -79,7 +79,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") @@ -156,6 +155,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