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

Migrate to composite builds from buildSrc #2

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Conversation

azizutku
Copy link
Owner

@azizutku azizutku commented Apr 6, 2023

Description

This pull request migrates composite builds from buildSrc. buildSrc has a significant downside. Any modification made to buildSrc results in the build cache being completely invalidated, which can be problematic for larger projects with numerous modules. Migrating to composite builds not only resolves issues with buildSrc but also simplifies the process of converting a project's architecture from a single-module to a multi-module structure.

Additional Changes

  • Bump AGP version to 7.4.2 from 7.3.1
  • Bump Kotlin version to 1.8.10 from 1.7.10
  • Use KSP instead of kapt for Room

Also
- Bump AGP version to 7.4.2 from 7.3.1
- Bump Kotlin version to 1.8.10 from 1.7.10
- Use KSP instead of kapt for Room
@azizutku azizutku merged commit bb88f4b into main Apr 6, 2023
@azizutku azizutku deleted the composite-builds branch April 6, 2023 20:49
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.

1 participant