From ebada9bfebdf3aa36fe61659da90aa47501c0036 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 5 Oct 2022 20:28:51 +0530 Subject: chore(deps): upgrade to Compose Compiler 1.3.2 --- settings.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 8727067c..cadfe9d5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -77,6 +77,7 @@ 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") @@ -143,10 +144,6 @@ dependencyResolutionManagement { includeModule("com.google.android.material", "material") } } - exclusiveContent { - forRepository { maven(url = "https://androidx.dev/storage/compose-compiler/repository/") } - filter { includeGroup("androidx.compose.compiler") } - } exclusiveContent { forRepository { maven("https://jitpack.io") } filter { includeModule("com.github.haroldadmin", "WhatTheStack") } -- cgit v1.2.3