mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-21 16:34:05 +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 {
|
dependencies {
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
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
|
downloadIdeaSources true
|
||||||
instrumentPluginCode true
|
instrumentPluginCode true
|
||||||
version SNAPSHOT
|
version SNAPSHOT
|
||||||
javaVersion 1.8
|
javaVersion 1.8
|
||||||
kotlinVersion 1.2.71
|
kotlinVersion 1.3.11
|
||||||
publishUsername username
|
publishUsername username
|
||||||
publishPassword password
|
publishPassword password
|
||||||
publishChannels eap
|
publishChannels eap
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<version>SNAPSHOT</version>
|
<version>SNAPSHOT</version>
|
||||||
<vendor>JetBrains</vendor>
|
<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 -->
|
<!-- Mark the plugin as compatible with RubyMine and other products based on the IntelliJ platform -->
|
||||||
<depends>com.intellij.modules.lang</depends>
|
<depends>com.intellij.modules.lang</depends>
|
||||||
|
Loading…
Reference in New Issue
Block a user