Ra/refactor/presentation module boundary - #5
Merged
Conversation
added 2 commits
June 5, 2026 09:39
Move Compose UI, navigation, ViewModels, UI state, theme, and presentation mapping into a dedicated presentation module. Keep the app module focused on Android startup and composition wiring while preserving existing runtime behavior.
Isolate the Clean Architecture module dependency-direction check out of the root build script into a dedicated build-logic convention plugin (com.compose.chi.module-architecture). This keeps the root build declarative and turns the allowed module graph into a single, reusable contract that the build proves on every local and CI run via the verifyModuleArchitecture task (wired into `check` and run as its own CI step). Move enforcement of inter-module dependency direction from source-level Konsist rules to a structural, build-level check. The module graph is a build concern: Gradle's project/dependency APIs prove it completely and fail fast, even on arrows the compiler accepts, such as one Android library depending on another. Konsist is refocused on the code-shape rules it expresses best (domain purity, layer placement, composition-root imports). Align module docs with the presentation module split
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.