Hello, World! Hey using Ktor HttpClient in a nati...
# ktor
b
Hello, World! Hey using Ktor HttpClient in a native project has been painful to me for the last few releases. Currently I'm experiencing
Frozen during lazy computation
when using
by lazy
and
InvalidMutabilityException: mutation attempt of frozen (my class)
when not. I must admit I still haven't understood what "frozen" mean... All works well with the same code on the JVM. Am I the only one?
e
b
I guess but not using by lazy also doesn't work 🙂