This is a simple template for a monorepo in gradle project. It contains two mainly modules:
apps
and libs
. You can create application in apps
module, and the libraries in libs
module.
And if you want to add new dependencies, you can add them in build.gradle
of :dependencies
module and
specify versions of dependencies in version.gradle
of :dependencies
module.
And the frontend monorepo is in frontend
module.