update kotlin to 1.1.3

This commit is contained in:
tibbi 2017-07-04 19:53:55 +02:00
parent c6b0934b85
commit ef830175f7

View File

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