Skip to content

Commit

Permalink
see if not setting lang version will avoid the pre-release compiler e…
Browse files Browse the repository at this point in the history
…rror when using klite
  • Loading branch information
angryziber committed Jun 11, 2024
1 parent 1a0d58b commit db3c6c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand Down Expand Up @@ -50,7 +49,6 @@ subprojects {
tasks.withType<KotlinCompile> {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
languageVersion.set(KotlinVersion.KOTLIN_2_0)
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalStdlibApi")
freeCompilerArgs.add("-Xcontext-receivers")
}
Expand Down

0 comments on commit db3c6c2

Please sign in to comment.