Upgrade kotlin version to 1.6.10

This commit is contained in:
Jarne Demeulemeester 2021-12-20 21:44:46 +01:00
parent 0fad2e64a1
commit eb89469ccc

View file

@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
val kotlinVersion = "1.6.0"
repositories {
google()
mavenCentral()
@ -10,6 +9,8 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
val kotlinVersion = "1.6.10"
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
// NOTE: Do not place your application dependencies here; they belong