1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-09 18:34:06 +02:00

Update kotlin API version in vim-engine

This commit is contained in:
Alex Plate 2025-02-28 20:15:09 +02:00
parent 8214202d43
commit 6f193d8026
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -91,7 +91,7 @@ tasks {
compileKotlin {
kotlinOptions {
apiVersion = "1.9"
apiVersion = "2.0"
freeCompilerArgs = listOf("-Xjvm-default=all-compatibility")
}
}