gradle: bump Compose and Kotlin

This commit is contained in:
Harsh Shandilya 2022-07-08 19:55:53 +00:00
parent 61fabc7b35
commit aa1f4cb827
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 9 additions and 6 deletions

View file

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