https://kotlinlang.org logo
#ktor
Title
a

Allan Wang

11/09/2018, 2:50 AM
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

e5l

11/09/2018, 6:14 AM
Hi, @Allan Wang. Could you try to build project with gradle 4.7? 4.8 is not supported for now
a

Allan Wang

11/09/2018, 6:57 AM
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

e5l

11/09/2018, 2:47 PM
Yep. Only
kotlin-multiplatform
plugin requires 4.7
a

AnnoymousGiraf

11/12/2018, 11:11 PM
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
2 Views