mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-08 06:34:08 +02:00
Updated Kotlin to 1.3 due to compatibility IntelliJ 2019.1
The minimal compatible version is now 2018.3.
This commit is contained in:
parent
810c3cd561
commit
d49683ab2f
@ -51,5 +51,4 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
||||
compile "org.jetbrains.kotlin:kotlin-runtime:$kotlinVersion"
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
ideaVersion IC-2018.2.5
|
||||
ideaVersion IC-2018.3
|
||||
downloadIdeaSources true
|
||||
instrumentPluginCode true
|
||||
version SNAPSHOT
|
||||
javaVersion 1.8
|
||||
kotlinVersion 1.2.71
|
||||
kotlinVersion 1.3.11
|
||||
publishUsername username
|
||||
publishPassword password
|
||||
publishChannels eap
|
||||
|
@ -50,7 +50,7 @@
|
||||
<version>SNAPSHOT</version>
|
||||
<vendor>JetBrains</vendor>
|
||||
|
||||
<idea-version since-build="181.0"/>
|
||||
<idea-version since-build="183.0"/>
|
||||
|
||||
<!-- Mark the plugin as compatible with RubyMine and other products based on the IntelliJ platform -->
|
||||
<depends>com.intellij.modules.lang</depends>
|
||||
|
Loading…
Reference in New Issue
Block a user