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

Need a cleaner way to integrate all default modules #167

Closed
ishaangarg opened this issue Aug 3, 2022 · 3 comments · Fixed by #172
Closed

Need a cleaner way to integrate all default modules #167

ishaangarg opened this issue Aug 3, 2022 · 3 comments · Fixed by #172
Assignees
Labels
enhancement New feature or request

Comments

@ishaangarg
Copy link
Contributor

The new way of declaring separate dependencies for each module is great for extensibility. But leads to a very poorly readable Build.Gradle file, see how my project now has 20 dependencies for Pluto:
image

Is there a cleaner way of declaring all essential modules, especially for projects with not just 2 but 3 or more build variants?
Or maybe have a dependency that has all modules bundled?

PS: Love Pluto!

@ishaangarg ishaangarg added the enhancement New feature or request label Aug 3, 2022
@srtvprateek
Copy link
Member

nice suggestion @ishaangarg, let me see what we can do.

@srtvprateek srtvprateek self-assigned this Aug 3, 2022
@srtvprateek srtvprateek linked a pull request Aug 9, 2022 that will close this issue
@srtvprateek
Copy link
Member

@ishaangarg this is done,
we have published bundle-core with all the core plugins integrated within.

dependencies {
  ....
  debugImplementation 'com.plutolib.plugins:bundle-core:2.0.4'
  releaseImplementation 'com.plutolib.plugins:bundle-core-no-op:2.0.4'
  ....
}

for more info, refer project README.md

@ishaangarg
Copy link
Contributor Author

ishaangarg commented Aug 9, 2022 via email

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

Successfully merging a pull request may close this issue.

2 participants