CodeAssist icon indicating copy to clipboard operation
CodeAssist copied to clipboard

lib

Open Kawsar44 opened this issue 3 years ago • 1 comments

How to add lib folder To library example: implementation project(path: ':ayetpublisher3.5') Uploading Screenshot_20221007-121823.png…

Kawsar44 avatar Oct 07 '22 06:10 Kawsar44

Your screenshot did not upload properly, can you reupload it?

If you would like to have a jar file as a dependency it would be

implementation files('relative/path/lib.jar')

tyron12233 avatar Oct 14 '22 02:10 tyron12233