Skip to content

feat: Modularize project structure#210

Open
rainxchzed wants to merge 1 commit intomainfrom
multi-module
Open

feat: Modularize project structure#210
rainxchzed wants to merge 1 commit intomainfrom
multi-module

Conversation

@rainxchzed
Copy link
Owner

This commit refactors the project into a modular architecture, separating concerns into core and feature modules, each with distinct data, domain, and presentation layers. This modularization improves scalability, maintainability, and build times.

  • feat(project): Introduced a multi-module architecture with core and feature modules.
  • feat(build): Configured Gradle build scripts (build.gradle.kts, settings.gradle.kts, gradle/libs.versions.toml) to support the new KMP module structure.
  • feat(modules): Added boilerplate code, including Platform implementations, test files, .gitignore, and AndroidManifest.xml for each new module.

This commit refactors the project into a modular architecture, separating concerns into `core` and `feature` modules, each with distinct `data`, `domain`, and `presentation` layers. This modularization improves scalability, maintainability, and build times.

- **feat(project)**: Introduced a multi-module architecture with `core` and `feature` modules.
- **feat(build)**: Configured Gradle build scripts (`build.gradle.kts`, `settings.gradle.kts`, `gradle/libs.versions.toml`) to support the new KMP module structure.
- **feat(modules)**: Added boilerplate code, including `Platform` implementations, test files, `.gitignore`, and `AndroidManifest.xml` for each new module.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 30, 2026

Important

Review skipped

Too many files!

This PR contains 241 files, which is 91 over the limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch multi-module

Tip

🧪 Unit Test Generation v2 is now available!

We have significantly improved our unit test generation capabilities.

To enable: Add this to your .coderabbit.yaml configuration:

reviews:
  finishing_touches:
    unit_tests:
      enabled: true

Try it out by using the @coderabbitai generate unit tests command on your code files or under ✨ Finishing Touches on the walkthrough!

Have feedback? Share your thoughts on our Discord thread!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant