jeongmin / Composely

A collection of Compose UI widgets and functionalities to simplify and enhance your Android app development.
Apache License 2.0
4 stars 0 forks source link

[Feature] Applying Kotlin convention plugin #10

Open godomin opened 2 months ago

godomin commented 2 months ago

Description: We need to implement a Kotlin convention plugin to manage our module. This will help ensure consistent coding standards, simplify build configuration, and improve maintainability.

Goals:

1. Apply the Kotlin convention plugin to the project.
2. Configure the plugin to enforce consistent coding standards.
3. Simplify the module's build configuration using the plugin.

Steps:

2. Integrate the plugin into the project.
3. Configure the plugin according to the project's coding standards.
5. Verify the configuration with existing modules.
6. Document the changes and provide usage instructions.

Acceptance Criteria:

* The Kotlin convention plugin is integrated into the project.
* Coding standards are enforced through the plugin configuration.
* The module's build configuration is simplified.
* Existing modules are verified to work with the new configuration.
* Documentation is updated with usage instructions.

Additional Context: Applying the Kotlin convention plugin will help maintain a consistent codebase, streamline the build process, and make it easier for new contributors to adhere to project standards.