Migrate all Gradle files from Groovy to Kotlin and enhance the existing ones.
ankur141295 opened this issue · 2 comments
ankur141295 commented
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:
- minSdk
- targetSdk
- top-level plugins
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
Totally! Would love that consistency across the project.
ankur141295 commented
Great. I'll start working on this then.