Can you get Ktor to work with Kotlin 1.3-M2? I've ...
# eap
j
Can you get Ktor to work with Kotlin 1.3-M2? I've been trying to get it working, but it seems that extending an abstract class that uses
suspend
doesn't work right. Specifically I'm trying to use
ContentConverter
. I'm getting an
AbstractMethodError
.
n
no library for 1.2 using experimental coroutines will work out of the box on 1.3-M2 the couroutine functions have
experimental
dropped from the packages so i think you probably need to wait or fork ktor