What is the amper way to add a dependency on a loc...
# amper
s
What is the amper way to add a dependency on a local jar, like this:
Copy code
implementation(files("libs/muscUtil-jvm-SNAPSHOT-1.0.jar"))
couldn’t find it in docs…
a
Thanks for question: there is no amper way, for a while, at least You can use gradle interop instead