You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Gradle plugin 4.0 added support for using Kotlin in your Gradle build configuration to replace Groovy, the programming language traditionally used in Gradle configuration files.
Currently, the app uses Groovy for the Build configuration at the project and app levels. This issue is to convert it to Kotlin-based Build configuration with extensions .gradle.kts.
This helps us to follow the current standard in Android Development and helps new contributors to easily add plugins as new documentation for plugins have additions to .gradle.kts files listed more directly as it is the new standard.
Might make sense for you to work on this one, @angrezichatterbox :) We can leave it for a moment in case someone wants to pick it up, but I'd say it's important for this to be done before Hacktoberfest so we're not trying to merge this in at the same time as other PRs 😊
Might make sense for you to work on this one, @angrezichatterbox :) We can leave it for a moment in case someone wants to pick it up, but I'd say it's important for this to be done before Hacktoberfest so we're not trying to merge this in at the same time as other PRs 😊
I will work on this issue for now. If anyone picks it up soon let them continue working on this issue.
Closed by #82 🚀 Maybe would be best to focus on making all of the ktlint and detekt issues now, @angrezichatterbox :) Just so we don't forget. But also a task for tomorrow as it's quite late for you now!
Closed by #82 🚀 Maybe would be best to focus on making all of the ktlint and detekt issues now, @angrezichatterbox :) Just so we don't forget. But also a task for tomorrow as it's quite late for you now!
I have made the issues for the ktlint one. detekt I will be making tmrw Thanks :)
Terms
Description
Android Gradle plugin 4.0 added support for using Kotlin in your Gradle build configuration to replace Groovy, the programming language traditionally used in Gradle configuration files.
Currently, the app uses Groovy for the Build configuration at the project and app levels. This issue is to convert it to Kotlin-based Build configuration with extensions .gradle.kts.
This helps us to follow the current standard in Android Development and helps new contributors to easily add plugins as new documentation for plugins have additions to .gradle.kts files listed more directly as it is the new standard.
The migration guide is given below
Migration Guide
Contribution
I am happy to work on this issue and more than willing to help anyone who is interested to work on this issue :).
The text was updated successfully, but these errors were encountered: