mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Revert to Kotlin 1.4.21
Kotlin 1.4.21-2 seems to be a pre-release.
This commit is contained in:
@@ -34,7 +34,7 @@ application {
|
||||
|
||||
dependencies {
|
||||
val ktorVersion = "1.5.0"
|
||||
val kotlinVersion = "1.4.21-2"
|
||||
val kotlinVersion = "1.4.21"
|
||||
val logbackVersion = "1.2.3"
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
||||
implementation("io.ktor:ktor-server-netty:$ktorVersion")
|
||||
|
||||
Reference in New Issue
Block a user