Update Kotlin to 1.5.21

This commit is contained in:
Maxr1998
2021-07-31 22:38:53 +02:00
committed by Niels van Velzen
parent 94d9fbc3b1
commit 93047729e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ object Dependencies {
const val detekt = "1.17.1"
// KotlinX
const val coroutines = "1.5.0"
const val coroutines = "1.5.1"
// Core
const val koin = "3.0.2"
+1 -1
View File
@@ -19,7 +19,7 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Kotlin version for this project
kotlinVersion=1.5.10
kotlinVersion=1.5.21
# Allow using snapshot releases of Jellyfin SDK. Possible values are:
# - "default"
# - "local" (local Maven repository)