diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-05 20:28:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-05 20:28:51 +0530 |
commit | ebada9bfebdf3aa36fe61659da90aa47501c0036 (patch) | |
tree | da9eb152a7a37c295c4e68a2edaa5053faad890f /settings.gradle.kts | |
parent | f14b28a0b3064ccbd95932b50e4304e44cf58498 (diff) |
chore(deps): upgrade to Compose Compiler 1.3.2
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 5 |
1 files changed, 1 insertions, 4 deletions
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") @@ -144,10 +145,6 @@ dependencyResolutionManagement { } } 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") } } |