fix(deps): use Compose Compiler from gMaven

This commit is contained in:
Harsh Shandilya 2023-07-27 01:02:13 +05:30
parent fd5fea0b1e
commit f330e59ad1
No known key found for this signature in database

View file

@ -87,6 +87,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")
@ -163,10 +164,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()
}
}