Skip to content

Commit

Permalink
Update kotlin coroutines.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed May 11, 2021
1 parent 138a20f commit 9f07599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ android {
buildFeatures {
viewBinding = true
}

compileOptions {
sourceCompatibility(JavaVersion.VERSION_1_8)
targetCompatibility(JavaVersion.VERSION_1_8)
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Dep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dep {
}

object Coroutines {
private const val version = "1.4.3"
private const val version = "1.5.0-RC"

const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
}
Expand Down

0 comments on commit 9f07599

Please sign in to comment.