update kotlin to 1.1.3

This commit is contained in:
tibbi 2017-06-26 22:01:17 +02:00
parent 43768ea728
commit 6b72e098b0

View file

@ -47,7 +47,7 @@ dependencies {
} }
buildscript { buildscript {
ext.kotlin_version = '1.1.2-5' ext.kotlin_version = '1.1.3'
repositories { repositories {
mavenCentral() mavenCentral()
} }