update kotlin to 1.1.1

This commit is contained in:
tibbi 2017-03-22 19:23:45 +01:00
parent 1b80f16723
commit 50e0c206ac
1 changed files with 1 additions and 1 deletions

View File

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