Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 8946c8c

Browse files
romanartsnrostov
authored andcommitted
Update versions in README.md file
1 parent 79e0d6a commit 8946c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First of all you have to apply plugin `org.jetbrains.kotlin.frontend` and setup
1313

1414
```gradle
1515
buildscript {
16-
ext.kotlin_version = '1.2.21'
16+
ext.kotlin_version = '1.2.61'
1717
1818
repositories {
1919
jcenter()
@@ -24,7 +24,7 @@ buildscript {
2424
2525
dependencies {
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
27-
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.30"
27+
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.37"
2828
}
2929
}
3030

0 commit comments

Comments
 (0)