https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Miguel Fermin

10/01/2019, 2:05 AM
Hi all, I'm trying to make a POST http request using
ktor
, I followed a tutorial that how to make a GET, but I feel like I'm missing something fundamental for the POST. This is the error I'm getting:
kotlin.String cannot be cast to io.ktor.client.call.HttpClientCall
any ideas or tutorial I could follow. Thanks in advance!
j

Jan Stoltman

10/01/2019, 7:04 AM
Next time I would recommend #ktor but I guess that you are facing this bug: https://github.com/ktorio/ktor/issues/1265
m

Miguel Fermin

10/01/2019, 8:53 AM
yep, that's what I think it is. thanks for point it out there is a #ktor channel