mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
Switch back to Kotlin 1.6.10
The IDE breakage is simply not worth this
This commit is contained in:
parent
fc7f959342
commit
844082aed9
4 changed files with 5 additions and 10 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue