Updated to Kotlin 1.1.1

This commit is contained in:
Erik C. Thauvin 2017-04-04 11:20:56 -07:00
parent 8137508a46
commit 1dcd8711dc
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.0'
ext.kotlin_version = '1.1.1'
repositories {
jcenter()
}