You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle build logic was written when I had the zero-level knowledge about Gradle, so it contains some overcomplicated logic and code duplications. This logic should be fully rewritten
The text was updated successfully, but these errors were encountered:
Refactor build, fix#306
- Use version catalogs
- Use typesafe project accessors
- Move common logic to the build plugin
- Expose configurable options as extensions
- Reduce the number of project options
- Use only lazy task configuration (register instead of create)
- Get rid of libraries submodule, load libraries on demand
Gradle build logic was written when I had the zero-level knowledge about Gradle, so it contains some overcomplicated logic and code duplications. This logic should be fully rewritten
The text was updated successfully, but these errors were encountered: