mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
chore(deps): use Compose Compiler from gMaven
This commit is contained in:
parent
52035cde13
commit
5e2c2cbdde
1 changed files with 1 additions and 4 deletions
|
@ -59,6 +59,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")
|
||||||
|
@ -114,10 +115,6 @@ dependencyResolutionManagement {
|
||||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||||
}
|
}
|
||||||
exclusiveContent {
|
|
||||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") }
|
|
||||||
filter { includeGroup("androidx.compose.compiler") }
|
|
||||||
}
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue