After switching to Kotlin 1.7.0, my JS application...
# ktor
d
After switching to Kotlin 1.7.0, my JS application with the Ktor client 2.0.2/2.0.3 throws an exception. Has anyone else observed this?
a
Could you please tell me do you use IR or legacy backend for Kotlin/JS?
d
I use the IR Backend.
a
Is it possible to determine what object should have the method
send
?
d
It seems that it has to do with websocket support:
It seems that the problem has something to do with the activation of incremental compilation. If I deactivate the option, the exception is no longer thrown!
a
I recommend filing an issue in the Kotlin bug tracker then.