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

christophsturm

04/17/2020, 9:33 AM
whats the easiest way to use a master snapshot of ktor? can i build from source just for the jvm? if using jitpack for example
Copy code
implementation("com.github.ktorio:ktor:master-SNAPSHOT")
i get unresolved symbols for example for jetty server
s

SerVB

04/17/2020, 6:57 PM
AFAIR there is an extra artifact for using jetty
Too many dependencies 🙂
c

christophsturm

04/20/2020, 9:23 AM
yes but jitpack packs it all into one. anyway i managed to build locally
2 Views