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