Use Gradle's convention plugin to re-structure? #1358
christopher-cudennec
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I think, the key question is: And how will that tackle the dependencies? Is this really related? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Our main
build.gradle
is very complex and big. We could extract smaller portions into convention plugins that could be used like regular plugins with the submodules.Ideas to extract to separate convention plugins:
In the long run I'd like to get more insights why we get warnings about dependencies between modules like the following:
Beta Was this translation helpful? Give feedback.
All reactions