mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(deps): upgrade to Compose Compiler 1.5.3
This commit is contained in:
parent
f83a22b310
commit
655745e049
2 changed files with 5 additions and 4 deletions
|
@ -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/") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue