1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-01-10 04:42:46 +01:00

Bump kotlin version

This commit is contained in:
张志豪 2018-01-17 22:16:26 +08:00
parent 06ef2389c0
commit a47089d8bc
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ allprojects {
dependencies {
compile "org.jetbrains.kotlin:kotlin-runtime:$kotlinVersion"
compileOnly "org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion"
//compile fileTree(dir: 'lib', include: ['*.jar'])
}
publishPlugin {

View File

@ -2,7 +2,7 @@ group = "com.github.izhangzhihao"
name = "Rainbow Brackets"
ideaVersion = IC-2017.2
javaVersion = 1.8
kotlinVersion = 1.2.10
kotlinVersion = 1.2.20
version = 3.0
downloadIdeaSources = false
publishUsername = izhangzhihao