mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-18 09: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
|
jvmTarget = javaVersion
|
||||||
// See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
|
// See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
|
||||||
// For the list of bundled versions
|
// For the list of bundled versions
|
||||||
apiVersion = "1.9"
|
apiVersion = "2.0"
|
||||||
freeCompilerArgs = listOf(
|
freeCompilerArgs = listOf(
|
||||||
"-Xjvm-default=all-compatibility",
|
"-Xjvm-default=all-compatibility",
|
||||||
|
|
||||||
@ -229,7 +229,7 @@ tasks {
|
|||||||
compileTestKotlin {
|
compileTestKotlin {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = javaVersion
|
jvmTarget = javaVersion
|
||||||
apiVersion = "1.9"
|
apiVersion = "2.0"
|
||||||
|
|
||||||
// Needed to compile the AceJump which uses kotlin beta
|
// Needed to compile the AceJump which uses kotlin beta
|
||||||
// Without these two option compilation fails
|
// Without these two option compilation fails
|
||||||
|
Loading…
Reference in New Issue
Block a user