-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use version catalog for storing dependencies #56
base: main
Are you sure you want to change the base?
Conversation
There is one place where version catalog can not be used:
I'm suggesting to instead explicitly declare this dependency in every place where convention plugin is used |
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.
Thank you for this PR! 🙏 Could you add the missing comment?
I think you're right for kotlinx-coroutines-test
, we can import it everywhere we need to keep the version inside the catalog. (I can write the commit if you want)
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
tasks.named<Wrapper>("wrapper") { |
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.
Could you add a comment here to explain what this code does?
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.
Will do
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.
If you want, you can tell me here what's the point of this code, then let me add the comment and merge the PR :)
Minified version of #50 with only
libs.versions.toml
support