Skip to content
Snippets Groups Projects
Commit 64da0651 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade Kotlin version

parent 4e77ab06
No related branches found
No related tags found
No related merge requests found
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.0.1'
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.51'
ext.kotlinx_version = '0.22.5'
repositories {
flatDir dirs: "gradle/plugins"
......
......@@ -202,7 +202,7 @@ dependencies {
implementation "com.android.support.constraint:constraint-layout:$rootProject.ext.constraintLayoutVersion"
testImplementation 'junit:junit:4.12'
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt "com.android.databinding:compiler:$rootProject.ext.android_plugin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$rootProject.ext.kotlinx_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$rootProject.ext.kotlinx_version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment