Update Kotlin version

This commit is contained in:
Davide Depau 2018-11-04 00:10:11 +01:00
parent 138dd40901
commit 600c8f0d20
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 1 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.2.60'
ext.kotlin_version = '1.2.71'
repositories {
google()
jcenter()