In a typical configuration, you may have a modstitch setup like this:
modstitch {
findProperty("deps.fabricLoader")?.let { fabricLoaderVersion = it }
// etc
}
deps.fabricLoader=0.16.14
I propose a standard set of gradle properties that automatically apply to modstitch, to reduce boilerplate even further. Of course, this would be optional.