Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 10, 2024
1 parent 1669ce3 commit 02ca464
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/kspProcessor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
kotlin("jvm")
}
Expand All @@ -14,4 +16,12 @@ kotlin {
compilerOptions {
freeCompilerArgs.add("-Xcontext-receivers")
}

compilerOptions {
jvmTarget = JvmTarget.JVM_21
}
}

java {
sourceCompatibility = JavaVersion.VERSION_21
}

0 comments on commit 02ca464

Please sign in to comment.