mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 00:34:04 +02:00
Update kotlin api to 2.0
This commit is contained in:
parent
ee1928c836
commit
830a708489
@ -213,7 +213,7 @@ tasks {
|
||||
jvmTarget = javaVersion
|
||||
// See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
|
||||
// For the list of bundled versions
|
||||
apiVersion = "1.9"
|
||||
apiVersion = "2.0"
|
||||
freeCompilerArgs = listOf(
|
||||
"-Xjvm-default=all-compatibility",
|
||||
|
||||
@ -229,7 +229,7 @@ tasks {
|
||||
compileTestKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = javaVersion
|
||||
apiVersion = "1.9"
|
||||
apiVersion = "2.0"
|
||||
|
||||
// Needed to compile the AceJump which uses kotlin beta
|
||||
// Without these two option compilation fails
|
||||
|
Loading…
Reference in New Issue
Block a user