Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/monorepo
An android monorepo example
https://github.com/blundell/monorepo
android gradle monorepo multimodule
Last synced: about 2 months ago
JSON representation
An android monorepo example
- Host: GitHub
- URL: https://github.com/blundell/monorepo
- Owner: blundell
- Created: 2022-01-05T22:15:50.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-01-26T13:48:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T17:44:38.039Z (about 2 months ago)
- Topics: android, gradle, monorepo, multimodule
- Language: Kotlin
- Homepage: https://blog.blundellapps.co.uk/make-a-monorepo-for-your-android-projects/
- Size: 157 KB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A mono-repository containing multiple Android apps sharing library modules.
https://blog.blundellapps.co.uk/make-a-monorepo-for-your-android-projects/
### Gradle Build
```
/mono-build-logic
/android-k-plugins
/android-plugins
/tut-app-1-plugins
/tut-app-2-plugins
```### Shared Libraries
```
/mono-libraries
/http
/logging
```### Apps
```
/tut-app-1
/tut-app-2
```