Kotlin: Update to 1.2.0

This commit is contained in:
zt515 2017-12-12 23:23:00 +08:00
parent 8f80d43cab
commit 98852aeaec

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.51'
ext.kotlin_version = '1.2.0'
ext.getGitHeadRefsSuffix = {
try {
def headFile = new File('.git/HEAD')