Revert to Kotlin 1.4.21

Kotlin 1.4.21-2 seems to be a pre-release.
This commit is contained in:
2021-01-28 07:33:55 -06:00
parent 56f0bbb7bd
commit a5255690ed
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ android {
dependencies {
val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21-2"
val kotlinVersion = "1.4.21"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.0"
val espressoVersion = "3.3.0"