fix(deps): upgrade to Compose Compiler 1.5.3

This commit is contained in:
Harsh Shandilya 2023-10-03 22:38:27 +05:30
parent f83a22b310
commit 655745e049
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -83,6 +83,7 @@ dependencyResolutionManagement {
includeGroup("androidx.collection")
includeGroup("androidx.compose")
includeGroup("androidx.compose.animation")
includeGroup("androidx.compose.compiler")
includeGroup("androidx.compose.foundation")
includeGroup("androidx.compose.material")
includeGroup("androidx.compose.material3")
@ -141,9 +142,9 @@ dependencyResolutionManagement {
forRepository { maven("https://jitpack.io") { name = "JitPack" } }
filter { includeGroup("com.github.requery") }
}
exclusiveContent {
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
filter { includeGroup("androidx.compose.compiler") }
maven("https://androidx.dev/storage/compose-compiler/repository") {
name = "Compose Compiler Snapshots"
content { includeGroup("androidx.compose.compiler") }
}
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots/") {