Skip to content
Discussion options

You must be logged in to vote

We generally prefer to use the system gradle because that lets us test with our officially supported Gradle version (that which is provided by the current Homebrew dependency version). The main reason is that although an app's own Android/settings.gradle.kts and Android/app/build.gradle.kts is fully under the control of the user, the Gradle projects that are automatically generated by the skipstone plugin for the dependent modules (SkipUI, SkipLib, etc.) aren't. We want to make sure that any changes that we make to those generated build files don't wind up causing incompatibilities for a project that may have overridden its own gradlew version.

That being said, I do see how a project migh…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dfabulich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants