waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
509 stars 80 forks source link

Migrate all Gradle files from Groovy to Kotlin and enhance the existing ones. #121

Closed ankur141295 closed 8 months ago

ankur141295 commented 9 months ago

Hi @waseefakhtar ,

I've observed that the Module-level Gradle file has already been migrated from Groovy to Kotlin. To maintain consistency, it would be beneficial to migrate the Project-level and Settings Gradle files from Groovy to Kotlin as well.

Furthermore, we can further enhance the Module-level Gradle file by moving certain elements to the libs.version.toml file. This includes:

This approach would improve the overall organization and readability of the Gradle configuration.

Please let me know if you have any questions or concerns regarding this proposal.

waseefakhtar commented 9 months ago

Totally! Would love that consistency across the project.

ankur141295 commented 9 months ago

Great. I'll start working on this then.