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

[Migration] Migrate Project to Kotlin 2.0 #2

Closed jeongmin closed 1 month ago

jeongmin commented 2 months ago

Description:

We need to migrate our current Android project to Kotlin 2.0. This migration aims to leverage the latest Kotlin features, enhance performance, and improve code quality.

Goals:

1.  Update all dependencies to be compatible with Kotlin 2.0.

Steps:

1.  Update the project’s Kotlin version to 2.0.
2.  Update the codebase to incorporate Kotlin 2.0 changes.
3.  Update dependencies to their latest versions and ensure compatibility.
4.  Run all unit and integration tests to ensure functionality.

Acceptance Criteria:

•   All dependencies are compatible with Kotlin 2.0.
•   All unit and integration tests pass.

Additional Information:

This migration will improve maintainability and allow us to use the latest Kotlin features, enhancing development efficiency.