update kotlin to 1.1.2-3

This commit is contained in:
tibbi 2017-05-21 11:43:20 +02:00
parent 4caf3e229b
commit f99320724c
1 changed files with 1 additions and 1 deletions

View File

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