Team,
how to add dependencies from local lib and nested subdir?
Thanks,
Selvaraj C
Team,
how to add dependencies from local lib and nested subdir?
Thanks,
Selvaraj C
you can either declare dependencies directly as a files dependency (e.g. compile files(“path/to/my/jar”) or use a flatDir repository. have a look at the userguide at https://docs.gradle.org/current/userguide/dependency_management.html#flatDirMulti for further details.
Thanks Rene . I got it