Does Ktor 1.2.5 support Kotlin 1.3.60/61?
# ktor
h
Does Ktor 1.2.5 support Kotlin 1.3.60/61?
e
Hi @hooliooo, cosider using
1.2.6
h
Alright thanks
Do I need to changes the coroutines and serialization versions as well? Right now I have
Copy code
const val coroutines_version = "1.3.2"
const val serialization_version = "0.13.0"
e
Yes
Copy code
coroutines: 1.3.2-1.3.60
serialization: 0.14.0
d
Coroutines is now at
1.3.3
.
h
Thanks @Dominaezzz