update kotlin to 1.1.1

This commit is contained in:
tibbi 2017-03-16 20:12:28 +01:00
parent d885f301cb
commit 97aecb3084

View file

@ -42,7 +42,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.0'
ext.kotlin_version = '1.1.1'
repositories {
mavenCentral()
}