gdx-liftoff icon indicating copy to clipboard operation
gdx-liftoff copied to clipboard

Suggestion: Make Build scripts more abstract

Open MRZ07 opened this issue 7 months ago • 5 comments

To enhance the maintainability and modularity of our build scripts, we should aim to make them more abstract. For instance, we can define the packageId as a variable in the settings.gradle file and reference it in our scripts. Additionally, segregating custom dependencies into separate files would streamline the process of updating projects, as it would allow us to simply replace specific build.gradle files without disrupting the overall project structure.

MRZ07 avatar Jul 11 '24 12:07 MRZ07