Android monorepo playground and knowledge base built by MJ.
Role of this repository is:
- realize and store useful code/ideas.
- try new things in the non trivial, but safe place.
MOBILE - aggregates application modules
FEATURE - aggregates feature modules where feature means user related feature (such as screen or multiple screens)
COMMON - aggregates common modules where common module means module reusable across feature or mobile modules. Common module can depends on other common module but there is a hierarchy though.
TEST - aggregates common test code
BUILD-LOGIC - aggregates convention plugins
- TaskPoc - testing related proof of concept app
- KotoxMedia - several media concepts
- KotoxPlayground - playground with various concepts
- KotoxStrings - different approaches of displaying RICH TEXT in COMPOSE
- KotoxStarter - simple template for starting new app in this monorepo
More about linters used in this project is in README-LINTERS.md