Gradle: Update kotlin version

This commit is contained in:
imkiva 2018-01-27 00:39:21 +08:00
parent 0f182fb17f
commit 817ae82405

View File

@ -24,7 +24,7 @@ buildscript {
ext.android = [
ANDROID_SUPPORT_VERSION: '27.0.2',
KOTLIN_VERSION : '1.2.0',
KOTLIN_VERSION : '1.2.21',
MIN_SDK_VERSION : 21,