-
Notifications
You must be signed in to change notification settings - Fork 116
Migrate to Kotlin DSL for Gradle #74
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
…nto kotlin-dsl
|
@mickael-menu Feel free to do a pre-review while in Draft state. |
|
This is as good as it's going to get for now. Per discussion in Slack, eventually we want to use a centralized versioning system so that any modules that depend on the same libraries all reference the same version. See https://docs.gradle.org/current/userguide/platforms.html#sub:central-declaration-of-dependencies. The wild card is Dokka. It runs locally, so we'll have to see what it does when it goes through CI. |
mickael-menu
left a comment
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.
Looking good, thanks!
This PR migrates the Gradle files from Groovy to Kotlin DSL.