-
Notifications
You must be signed in to change notification settings - Fork 1.8k
#963 Update Gradle build mechanism to support Kotlin DSL with Gradle v6.3 #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@loxal
loxal
commented
Apr 20, 2020
- provide specific & tested Gradle version to guarantee a working example
- convert dynamically-typed Gradle script to statically-typed Kotlin DSL
- update dependencies
- cleanup imports
...L with the latest Gradle v6.3 * provide specific & tested Gradle version to guarantee a working example * convert dynamically-typed Gradle script to statically-typed Kotlin DSL * update dependencies * cleanup imports Signed-off-by: Alex <alexander.orlov@loxal.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you!
@treo are you going to merge this PR to master at some point?
There is a bigger example repository restructuring coming in a few days, in order to not loose this PR in the aftermath, I'm keeping it open to add it in afterwards and to make sure that the attribution doesn't get lost.