<@U1ACVLSE7> like a local folder that isn't a mave...
# gradle
m
@hendrik like a local folder that isn't a maven repository? you should be able to do
compile(files("libs/mylib.jar"))
h
seems to work fine but only for `jar`s. I also have dependencies on
.aar
files (android libs) 😞
m
ah sorry, im not familiar enough with android to know the right answer there