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:
parent
8214202d43
commit
6f193d8026
@ -91,7 +91,7 @@ tasks {
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
apiVersion = "1.9"
|
||||
apiVersion = "2.0"
|
||||
freeCompilerArgs = listOf("-Xjvm-default=all-compatibility")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user