aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index f1902441..56401653 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -78,6 +78,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")
@@ -154,10 +155,6 @@ 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()
}
}