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

Enhancement/gradle composit build #5

Closed

Conversation

sh3lan93
Copy link

Why removing buildSrc implementation?

Any change inside buildSrc completely invalidates the build cache

What is composite builds?

A composite build is simply a build that includes other builds. In many ways a composite build is similar to a Gradle multi-project build, except that instead of including single projects, complete builds are included.

Steps

  • Create a gradle plugin for managing dependencies and versioning
  • Remove buildSrc implementation
  • Replace all usage of buildSrc in build.gradle.kts module app with the created gradle plugin

@sh3lan93 sh3lan93 closed this Dec 27, 2021
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.

None yet

1 participant