Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit b458d16

Browse files
support kotlin 1.3.70
1 parent e1a9d25 commit b458d16

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

kotlin.web.demo.common/src/main/resources/compilers-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"build": "1.2.71-release-64",
2323
"pluginBuild": "1.2.71-release-IJ2018.3-1"
2424
},
25-
{
26-
"version": "1.3.60",
27-
"stdlibVersion": "1.3.60",
28-
"buildType": "Kotlin_KotlinRelease_1360_Aggregate",
29-
"build": "1.3.60-release-255",
30-
"pluginBuild": "1.3.60-release-IJ2018.3-1"
31-
},
3225
{
3326
"version": "1.3.61",
3427
"stdlibVersion": "1.3.61",
3528
"buildType": "Kotlin_KotlinRelease_1360_Aggregate",
3629
"build": "1.3.61-release-180",
37-
"pluginBuild": "1.3.61-release-IJ2018.3-1",
30+
"pluginBuild": "1.3.61-release-IJ2018.3-1"
31+
},
32+
{
33+
"version": "1.3.70",
34+
"stdlibVersion": "1.3.70",
35+
"buildType": "Kotlin_KotlinRelease_1370_Aggregate",
36+
"build": "1.3.70-release-328",
37+
"pluginBuild": "1.3.70-release-IJ2018.3-1",
3838
"latestStable": true
3939
}
4040
]

versions/1.3.60/build.gradle renamed to versions/1.3.70/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
url = 'https://buildserver.labs.intellij.net/'
3939
}
4040
maven {
41-
url "https://dl.bintray.com/kotlin/kotlin-dev"
41+
url "https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin"
4242
}
4343
}
4444

@@ -60,6 +60,8 @@ dependencies {
6060
def root = "$kotlinBuildType:$kotlinBuild:kotlin-plugin-${pluginBuild}.zip!/Kotlin/kotlinc/lib"
6161

6262
kotlinJVM "org.jetbrains.intellij.deps:trove4j:1.0.20181211"
63+
kotlinJVM "org.jetbrains.kotlin:ide-common-ij193:${kotlinBuild}"
64+
compile "org.jetbrains.kotlin:ide-common-ij193:${kotlinBuild}"
6365

6466
kotlinJVM tc("$root/kotlin-compiler.jar")
6567
kotlinJVM tc("$root/kotlin-script-runtime.jar")
@@ -79,7 +81,7 @@ dependencies {
7981
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
8082
}
8183
/**
82-
* ADD DEPENDENCIES TO KOTLIN 1.3.60 COMPILER
84+
* ADD DEPENDENCIES TO KOTLIN 1.3.61 COMPILER
8385
*
8486
* If you want to add some another dependencies to kotlin-compiler you can use 'library' task.
8587
*

versions/1.3.60/gradle.properties renamed to versions/1.3.70/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
kotlinBuildType=Kotlin_KotlinRelease_1360_Aggregate
18-
kotlinBuild=1.3.60-release-155
19-
pluginBuild=1.3.60-release-IJ2019.3-1
20-
stdlibVersion=1.3.60
17+
kotlinBuildType=Kotlin_KotlinRelease_1370_Aggregate
18+
kotlinBuild=1.3.70-release-328
19+
pluginBuild=1.3.70-release-IJ2019.3-1
20+
stdlibVersion=1.3.70

0 commit comments

Comments
 (0)