update kotlin to 1.3.11

This commit is contained in:
tibbi 2018-12-11 12:47:25 +01:00
parent b64f164742
commit f91f1819b0

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.3.10'
ext.kotlin_version = '1.3.11'
repositories {
google()