Switch back to Kotlin 1.6.10

The IDE breakage is simply not worth this
This commit is contained in:
Harsh Shandilya 2022-04-22 19:56:10 +05:30
parent fc7f959342
commit 844082aed9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 5 additions and 10 deletions

View file

@ -12,7 +12,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
val additionalCompilerArgs =
listOf(
"-opt-in=kotlin.RequiresOptIn",
"-Xopt-in=kotlin.RequiresOptIn",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
)