update kotlin version to 1.1.4

This commit is contained in:
tibbi 2017-08-16 21:05:03 +02:00
parent b670e839c1
commit f69c7368d4

View file

@ -52,7 +52,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.3-2'
ext.kotlin_version = '1.1.4'
repositories {
mavenCentral()
}