chore(deps): upgrade to Kotlin 1.7.20

This commit is contained in:
Harsh Shandilya 2022-09-30 01:41:41 +05:30
parent 2999603d16
commit 8e7a625750
No known key found for this signature in database
3 changed files with 17 additions and 4 deletions

View file

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