upgrade Kotlin and Coroutines (#2434)

This commit is contained in:
Konrad Pozniak 2022-04-16 09:44:37 +02:00 committed by GitHub
commit f2fc87a79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,4 @@
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
@ -7,7 +6,7 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:7.1.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
}
}