Help me understand Module structure. #1225
Answered
by
SimonMarquis
DharitParmar
asked this question in
Q&A
-
So I understand that each module in :core is an individual gradle module. But how about the :core module it self? is it a gradle module or a library? |
Beta Was this translation helpful? Give feedback.
Answered by
SimonMarquis
Feb 22, 2024
Replies: 1 comment 3 replies
-
@DharitParmar, technically yes, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dturner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DharitParmar, technically yes,
:core
is a Gradle project (aka module), but it is an empty one. We use these as namespaces to group modules together.