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: 10 months ago
JSON representation

An android monorepo example

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
```