I’m looking for help importing a gradle dependency...
# ktor
n
I’m looking for help importing a gradle dependency from a github repo. It looks like I would clone the package code into my project and then reference it in my build.gradle.kts using
implementation(files(./dependency))
. My question is which path exactly do I need to reference?
b
I'd suggest looking into gradle composite builds for that