i'm kind of stuck right now. trying to read data f...
# ktor
d
i'm kind of stuck right now. trying to read data from a
POST
request (JSON, i have GSON in
ContentNegotiation
) like this:
val post = call.receiveParameters()
and i'm getting
java.lang.RuntimeException: Unable to invoke no-args constructor for interface io.ktor.util.ValuesMap. Register an InstanceCreator with Gson for this type may fix this problem.