mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-04-21 15:15:46 +02:00
Fix compiler configuration
This commit is contained in:
parent
0f49339ca2
commit
7432c57e95
@ -18,6 +18,10 @@ dependencies {
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
intellij {
|
||||
version.set("2023.1")
|
||||
updateSinceUntilBuild.set(false)
|
||||
@ -38,8 +42,7 @@ tasks.test {
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = "17"
|
||||
kotlinOptions.freeCompilerArgs = listOf(
|
||||
"-Xjvm-default=enable"
|
||||
"-Xjvm-default=all"
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user