What do you guys think of having a core in the app...
# android
v
What do you guys think of having a core in the app? Do you think it's necessary? I was planning to avoid that and use it on :app but there I found the first issue with gradle, that I have to duplicate all of the dependencies because from feature1 can not depend on :app since I'm not using dynamic feature. Also I want to know why is better to have a core, is also to comunicate between features? I mean if I have a Login and then I have a feedback feature and in the feedback I want to know which user is the logged one how would I do that? Having like a UserSetting stored on core and then consuming it whenever I need? Please you can open a thread because I'm interested on this topic. Thanks!!