kotoMJ / kotox-android

Pieces of code I found useful to keep public and maintain. Sometimes linked from my tech blog.

Home Page:https://jenicek.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotox-android

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.

Module structure

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

Apps

Convention Plugins

Linters

More about linters used in this project is in README-LINTERS.md

About

Pieces of code I found useful to keep public and maintain. Sometimes linked from my tech blog.

https://jenicek.dev

License:MIT License


Languages

Language:Kotlin 99.8%Language:Shell 0.2%