mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore(deps): update Compose Compiler to 1.4.1-dev-k1.8.10-c312d77f4cb
This commit is contained in:
parent
de8dd8a3cf
commit
09b3bd4e74
2 changed files with 5 additions and 2 deletions
|
@ -59,7 +59,6 @@ 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")
|
||||
|
@ -115,6 +114,10 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") }
|
||||
filter { includeGroup("androidx.compose.compiler") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue