ktor version `1.3.0-rc2` in post call when call fu...
# ktor
s
ktor version
1.3.0-rc2
in post call when call function
call.receiveParamters()
i get this error
Copy code
java.lang.NoSuchMethodError: 'java.lang.Object io.ktor.request.ApplicationReceiveFunctionsKt.receive(io.ktor.application.ApplicationCall, kotlin.reflect.KType, kotlin.coroutines.Continuation)'
Any idea how fix it? it work fine if using ktor version
1.2.2
@hhariri
c
ktor 1.2.2 is outdated, upgrade to 1.2.6 at least
Looks like you have different ktor versions
Or gradle caches
s
i tried 1.2.6 got same error. May be cache issue i will try by clearing it.