Kotlin Multiplatform Technology Agnostic Clean Architecture - A predecessor approach to generic openUL.
Why is it a predecessor?, well, the ans is - it is coupled to kotlin multiplatform's expect-actual mechanism. Solving that would make it pure technology agnostic implementation. Today the best possible multi language build chain is supported by KMP, so taking that trade-off approach.
How it is structured?
-
- Language extensions goes in at language/kmm-langx.
- Kotlin extensions goes in at language/kmm-kotlinx.
- Android extensions goes in at language/kmm-androidx.
- Android extensions goes in at language/kmm-swiftx.
- Tomorrow any other platform/language extension can be placed here
- more.
-
- It is very natural to have base/core layer/module, which is stuffed in application(s). Instead of that, tagd clearly separates the reusable architecture concepts and implementations from its usage.
- more.
-
- Use tagd - architecture suit and language extensions to develop sample applications.
-
- Leverages the Convention Plugins and Version Catalog to follow DRY and easy access of dependencies.