We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b998e1f commit b0ebb3eCopy full SHA for b0ebb3e
build.gradle.kts
@@ -1,4 +1,5 @@
1
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2
+import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
3
4
plugins {
5
alias(libs.plugins.kotlin)
@@ -67,7 +68,7 @@ java {
67
68
69
kotlin {
70
compilerOptions {
- freeCompilerArgs.add("-Xcontext-receivers")
71
+ languageVersion = KotlinVersion.KOTLIN_1_8
72
}
73
74
0 commit comments