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

orangy

01/25/2018, 8:45 PM
Does it work with
gradle clean test
?
l

leus

01/26/2018, 1:37 PM
I'm using maven, but no, it doesn't
today I got a different one, this time starting the application using netty
Copy code
java.lang.NoSuchMethodError: io.ktor.server.netty.NettyApplicationRequest.getHeaders()Lio/ktor/util/ValuesMap;
	at io.ktor.server.netty.NettyHttpIncomingContent.<init>(NettyHttpIncomingContent.kt:12) ~[ktor-server-netty-0.9.1-alpha-9.jar:na]
^^ the jar name seems OK to me
2 Views