We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ea38 commit 0669638Copy full SHA for 0669638
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
}
16
17
group 'com.longforus'
18
-version '1.0'
+version '1.0-181'
19
20
21
apply plugin: 'kotlin'
@@ -49,8 +49,10 @@ compileTestKotlin {
49
kotlinOptions.jvmTarget = "1.8"
50
51
intellij {
52
- version '2017.3'
53
- plugins 'org.jetbrains.kotlin:1.2.50-release-IJ2017.3-1' //here
+ version '2018.1'
+ 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
56
57
58
publishPlugin {
0 commit comments