chore(deps): upgrade to Compose Compiler 1.3.2

This commit is contained in:
Harsh Shandilya 2022-10-05 00:08:50 +05:30
parent 176bc9b022
commit 54c4b01411
3 changed files with 2 additions and 7 deletions

View file

@ -44,8 +44,6 @@ class KotlinCommonPlugin : Plugin<Project> {
private val ADDITIONAL_COMPILER_ARGS =
listOf(
"-opt-in=kotlin.RequiresOptIn",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.20",
)
}
}

View file

@ -2,7 +2,7 @@
accompanist = "0.26.4-beta"
agp = "8.0.0-alpha02"
coil = "2.2.2"
composeCompiler = "1.4.0-dev-k1.7.20-RC-a143c065804"
composeCompiler = "1.3.2"
coroutines = "1.6.4"
dagger = "2.44"
hilt = "1.0.0"

View file

@ -45,10 +45,6 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
exclusiveContent {
forRepository { maven(url = "https://androidx.dev/storage/compose-compiler/repository/") }
filter { includeGroup("androidx.compose.compiler") }
}
exclusiveContent {
forRepository { google() }
filter {
@ -61,6 +57,7 @@ dependencyResolutionManagement {
includeGroup("androidx.browser")
includeGroup("androidx.collection")
includeGroup("androidx.compose.animation")
includeGroup("androidx.compose.compiler")
includeGroup("androidx.compose.foundation")
includeGroup("androidx.compose.material")
includeGroup("androidx.compose.material3")