EastWoodYang/Gradle-Repo

这个和git的submodule 有什么区别

Maplely opened this issue · 3 comments

r't

submodule: A submodule is a repository embedded inside another repository. The submodule has its own history; the repository it is embedded in is called a superproject.


Gradle Repo is a Gradle plugin. it helps us manage multiple Git repositories and dependencies between modules.
😁

以插件+XML的方式,或许方便些吧,额外还处理了模块依赖关系 😬

👍👍👍