Has anyone gotten ktor v1.0.0-beta-3 working with ...
# ktor
a
Has anyone gotten ktor v1.0.0-beta-3 working with multiplatform? I tried it and I’m getting a coroutine related error with SuccessOrFailure. Relevant issue: https://github.com/ktorio/ktor/issues/669#issuecomment-437231989
🤔 1
e
Hi, @Allan Wang. Could you try to build project with gradle 4.7? 4.8 is not supported for now
a
I tried switching back to the multiplatform branch and everything broke for me. I can say that it does work with just jvm, even with gradle 4.8 though
e
Yep. Only
kotlin-multiplatform
plugin requires 4.7
a
tried moving to gradle 4.7 didnt work
so running it from gradle dependency works, but running from Intelij doesnt
resolved by installing intelij18.3 EAP