chore(deps): use Compose Compiler from gMaven

This commit is contained in:
Harsh Shandilya 2023-02-09 00:02:08 +05:30
parent 52035cde13
commit 5e2c2cbdde
No known key found for this signature in database

View File

@ -59,6 +59,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")
@ -114,10 +115,6 @@ 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()
}
}