Bump Kotlin to version 1.2.21

This commit is contained in:
Christian Basler 2018-02-16 17:03:37 +01:00
parent 00e4461043
commit b93f382ccd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.61'
ext.kotlin_version = '1.2.21'
repositories {
mavenCentral()
}