Updated to Kotlin 1.1.4.

This commit is contained in:
Erik C. Thauvin 2017-08-16 19:17:26 -07:00
parent decf2ff134
commit 2fcbf0bbc6
3 changed files with 3 additions and 2 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.3-2'
ext.kotlin_version = '1.1.4'
repositories {
jcenter()
}