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

feat: Extract dependencies #25

Closed
wants to merge 3 commits into from
Closed

Conversation

lucaskasprzyk
Copy link

@lucaskasprzyk lucaskasprzyk commented Nov 4, 2020

Resolves #13

This PR introduce dependencies extraction, so we could maintain those in future development in easy way.
We have separate file dependencies.gradle.kts where all dependencies and versions are stored.
Also we use extra properties so in future when it's available we could use dependabot

@wzieba
Copy link
Contributor

wzieba commented Nov 9, 2020

I'm not sure if it's direction we want to follow. Here are my arguments

  1. This solution will not work with Dependabot. This tool does not support any *.kts files so dependencies defined in dependencies.gradle.kts won't be updated
  2. Defining dependencies now require to define it in two places:

It's a lot of work. I believe having only dependencies and its versions defined in separate Gradle script plugin. What are your thoughts?

@wzieba wzieba removed the request for review from milkagaca November 9, 2020 10:21
Copy link
Contributor

@wzieba wzieba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed internally. Further work to make dependabot available will be continued in #19

@lucaskasprzyk lucaskasprzyk force-pushed the feature/extract_dependencies branch from 234c190 to c271008 Compare November 16, 2020 12:52
…ract_dependencies

# Conflicts:
#	androidApp/build.gradle.kts
#	build.gradle.kts
#	domain/build.gradle.kts
Base automatically changed from master to main January 17, 2021 13:27
@wzieba wzieba requested a review from patrykserek as a code owner January 17, 2021 13:27
@wzieba
Copy link
Contributor

wzieba commented Jan 17, 2021

Sorry, once again: why don't we use groovy file (which is supported by Dependabot) for declaring dependencies?

@tomekdz tomekdz removed their request for review May 19, 2021 13:45
@wzieba wzieba mentioned this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract dependencies
3 participants