Kotlin 1.0.4

This commit is contained in:
Erik C. Thauvin 2016-09-22 19:49:42 -07:00
parent 42526c3f14
commit e8f4555836

View file

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