whats the easiest way to use a master snapshot of ...
# ktor
c
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
AFAIR there is an extra artifact for using jetty
Too many dependencies 🙂
c
yes but jitpack packs it all into one. anyway i managed to build locally