Author: Adam Pioterek <adam.pioterek@protonmail.ch>
new kotlin version
build.gradle | 2 +-
diff --git a/build.gradle b/build.gradle index 81e13e9ab03b829ca5bc9a57eec94049eb2a3005..d6d564332cece2f60f92f085eed9dc5fab9e7558 100644 --- a/build.gradle +++ b/build.gradle @@ -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.21' + ext.kotlin_version = '1.2.30' repositories { jcenter() maven { url 'https://maven.google.com' }