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

Commit ab03c83

Browse files
author
Sergey Mashkov
committed
Upgrade Kotlin and Frontend plugin
1 parent 9ff2fc9 commit ab03c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

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

88
repositories {
99
mavenLocal()
@@ -13,7 +13,7 @@ subprojects { p ->
1313

1414
dependencies {
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16-
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.17"
16+
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.19"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)