Skip to content
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

Move dependencies to a Gradle version catalog #109

Open
fejd opened this issue Oct 20, 2022 · 0 comments
Open

Move dependencies to a Gradle version catalog #109

fejd opened this issue Oct 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@fejd
Copy link

fejd commented Oct 20, 2022

Is your feature request related to a problem? Please describe.
Gradle version catalog (https://docs.gradle.org/current/userguide/platforms.html#sub:central-declaration-of-dependencies) is a somewhat new feature where dependencies, versions, bundles and plugins are declared in a .toml file and then referred to in the build.gradle file as, for example libs.kotlin and libs.plugins.kotlin.kapt.

Describe the solution you'd like
Move dependencies in build.gradle to a libs.versions.toml file.

Describe alternatives you've considered
Having dependencies in buildSrc is one option. Version catalog is more of a "native" Gradle feature.

Additional context
The version catalog may not be supported by automated dependency update bots yet.

@fejd fejd added the enhancement New feature or request label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant