https://kotlinlang.org logo
Title
s

Sabeeh

01/03/2020, 9:00 AM
ktor version
1.3.0-rc2
in post call when call function
call.receiveParamters()
i get this error
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

cy

01/03/2020, 11:25 AM
ktor 1.2.2 is outdated, upgrade to 1.2.6 at least
Looks like you have different ktor versions
Or gradle caches
s

Sabeeh

01/03/2020, 12:27 PM
i tried 1.2.6 got same error. May be cache issue i will try by clearing it.