mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
Note
this is a shared module that used in both buildSrc
and my main build
here how I can add dependency to each of my composite modules
implementation("$definedGroupId:$definedProjectName:$projectVersion")
the benefit of this solution is two things
- I can use shared code in both
buildSrc
androot project's mainBuild
- I can move this module in separate repository without any modifications