mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-07 08:34:03 +02:00
switch to K2 compiler
This commit is contained in:
parent
ba739501e8
commit
c52f046a6f
@ -51,9 +51,16 @@ tasks {
|
||||
}
|
||||
}
|
||||
|
||||
kotlin.jvmToolchain {
|
||||
run {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
kotlin {
|
||||
jvmToolchain {
|
||||
run {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
}
|
||||
sourceSets.all {
|
||||
languageSettings.apply {
|
||||
languageVersion = "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user