chore(deps): upgrade to Compose Compiler 1.3.2

This commit is contained in:
Harsh Shandilya 2022-10-05 20:28:51 +05:30
parent f14b28a0b3
commit ebada9bfeb
No known key found for this signature in database
3 changed files with 2 additions and 7 deletions

View file

@ -62,8 +62,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",
)
}
}