Hi, I'm a junior developer learning Android development.
While looking at the module configuration of nowinandroid, I had one question.
It seems to me that the coredata module doesn't directly depend on the coremodel module, but instead depends on it via corenetwork.
Since the corenetwork module has a separate network model and doesn't appear to use any of the models within the coremodel module, why is the dependency relationship set up this way?
not kotlin but kotlin colored 2