Replies: 1 comment
-
|
You can extract all the common configurations as a Gradle convention plugin. For example: nowinandroid/build-logic/convention/build.gradle.kts Lines 63 to 66 in 151f877 and used like this in an android library module: nowinandroid/core/common/build.gradle.kts Lines 16 to 20 in 151f877 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I make such a concise build.gradle file for modules:
Normally I should do this for each module:
Beta Was this translation helpful? Give feedback.
All reactions