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

Commit 2f3a344

Browse files
author
Sergey Mashkov
committed
Upgrade kotlin and frontend plugins
1 parent 7118540 commit 2f3a344

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ version = '0.0.1-SNAPSHOT'
33

44
subprojects { p ->
55
p.buildscript {
6-
ext.kotlin_version = "1.1.0"
6+
ext.kotlin_version = "1.1.1"
77

88
repositories {
99
mavenLocal()
1010
jcenter()
11-
maven { url "https://jitpack.io" }
11+
maven { url "http://dl.bintray.com/kotlin/kotlin-eap" }
1212
}
1313

1414
dependencies {
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16-
classpath "com.github.Kotlin:kotlin-frontend-plugin:568610baa1"
16+
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.17"
1717
}
1818
}
1919
}
2020

2121
subprojects {
22-
ext.kotlin_version = "1.1.0"
22+
ext.kotlin_version = "1.1.1"
2323
ext.html_version = "0.6.2"
2424
ext.ktor_version = "0.3.0"
2525
ext.squash_version = "0.2.2"

0 commit comments

Comments
 (0)