
Simplifies data model transformation and clarifies responsibilities in Android apps, enhancing maintainability, scalability, and performance by separating business logic from UI components.
This KSP processor is designed to simplify data model transformation and clarify responsibilities in Android applications, especially useful when working with Dynamic Pages. It is compatible with KMP and Compose Multiplatform.
The processor helps to:
Here are the current available project versions:
implementation("io.github.javierpe:processor-annotations:<version>")ksp("io.github.javierpe:processor:<version>")ksp("io.github.javierpe:mapper-processor:<version>")This KSP processor is designed to simplify data model transformation and clarify responsibilities in Android applications, especially useful when working with Dynamic Pages. It is compatible with KMP and Compose Multiplatform.
The processor helps to:
Here are the current available project versions:
implementation("io.github.javierpe:processor-annotations:<version>")ksp("io.github.javierpe:processor:<version>")ksp("io.github.javierpe:mapper-processor:<version>")