Android: Bump kotlin-gradle-plugin to 1.4.30

This commit is contained in:
Marc Rousavy 2021-02-19 21:05:19 +01:00
parent fd698a610c
commit a428aea69c

View File

@ -13,7 +13,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
classpath("com.android.tools.build:gradle:4.1.2") classpath("com.android.tools.build:gradle:4.1.2")
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong