-
Notifications
You must be signed in to change notification settings - Fork 53
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
Migrate to libs.versions.toml #367
Conversation
build.gradle.kts
Outdated
@@ -56,7 +56,7 @@ subprojects { | |||
configure<SpotlessExtension> { | |||
kotlin { | |||
target("**/*.kt") | |||
ktlint(Versions.ktlint).editorConfigOverride( | |||
ktlint("0.47.1").editorConfigOverride( |
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.
can we make this a reference to a version in the lib.version.toml
?
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.
+1. The versions that were at the bottom of Dependencies.kt could go into the [versions]
section of libs.versions.toml
and then you can reference them here and in other places like libs.versions.ktlint.get()
service/build.gradle.kts
Outdated
|
||
// Dependencies for fake development services | ||
// libs.for fake development services |
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.
my regex went too far here :)
build.gradle.kts
Outdated
@@ -56,7 +56,7 @@ subprojects { | |||
configure<SpotlessExtension> { | |||
kotlin { | |||
target("**/*.kt") | |||
ktlint(Versions.ktlint).editorConfigOverride( | |||
ktlint("0.47.1").editorConfigOverride( |
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.
+1. The versions that were at the bottom of Dependencies.kt could go into the [versions]
section of libs.versions.toml
and then you can reference them here and in other places like libs.versions.ktlint.get()
3be7701
to
ceaa900
Compare
ceaa900
to
c4c13c4
Compare
No description provided.