update kotlin to 1.1.51

This commit is contained in:
tibbi
2017-10-02 21:17:49 +02:00
parent b35a8a74a0
commit 5684fc273a

View File

@ -45,7 +45,7 @@ dependencies {
} }
buildscript { buildscript {
ext.kotlin_version = '1.1.50' ext.kotlin_version = '1.1.51'
repositories { repositories {
mavenCentral() mavenCentral()
} }