Skip to content

Commit 0669638

Browse files
committed
add 181 support
1 parent 304ea38 commit 0669638

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group 'com.longforus'
18-
version '1.0'
18+
version '1.0-181'
1919

2020

2121
apply plugin: 'kotlin'
@@ -49,8 +49,10 @@ compileTestKotlin {
4949
kotlinOptions.jvmTarget = "1.8"
5050
}
5151
intellij {
52-
version '2017.3'
53-
plugins 'org.jetbrains.kotlin:1.2.50-release-IJ2017.3-1' //here
52+
version '2018.1'
53+
plugins 'org.jetbrains.kotlin:1.2.51-release-IJ2018.1-1' //here
54+
// version '2017.3'
55+
// plugins 'org.jetbrains.kotlin:1.2.50-release-IJ2017.3-1' //here
5456
}
5557

5658
publishPlugin {

0 commit comments

Comments
 (0)