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

@ -3,7 +3,7 @@ agp = "8.3.0-alpha06"
benchmark = "1.2.0-rc01" benchmark = "1.2.0-rc01"
coil = "2.4.0" coil = "2.4.0"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce" composeCompiler = "1.5.3"
coroutines = "1.7.3" coroutines = "1.7.3"
dagger = "2.48" dagger = "2.48"
glance = "1.0.0" glance = "1.0.0"

View file

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