Upgrade kotlin version

This commit is contained in:
Benoit Marty 2019-09-27 11:56:36 +02:00 committed by Benoit Marty
parent d6c278288d
commit e85a0783fc

View file

@ -3,7 +3,7 @@ import javax.tools.JavaCompiler
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.41'
repositories {
google()
jcenter()