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 repetitive gradle code to common file #340

Open
srtvprateek opened this issue Feb 22, 2025 · 0 comments
Open

Move repetitive gradle code to common file #340

srtvprateek opened this issue Feb 22, 2025 · 0 comments
Labels
enhancement New feature or request help needed Extra attention is needed

Comments

@srtvprateek
Copy link
Member

Problem Statement:
After the migration to Kotlin DSL, we are facing issue with moving all the common android{} changes in each module's build.gradle.kts. Due to which each file is containing redundant data.

For example:
in the below code, everything apart from namespace & resource_prefix is repetitive in all the plugin module's build.gradle.kts

Image

Expected Solution:
Need logic to move all the repetitive code to common file & reference from there.

@srtvprateek srtvprateek added enhancement New feature or request help needed Extra attention is needed labels Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help needed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant