Closed gastoncesarf closed 7 years ago
+1
+1, I got the same question:
Should I have the Icepick declared in the APP Module? or in the Module ? or in Both ?
in the current scenery, If I declare icepick in a module, and use that module in others modules (where there isnt declare icepick) it doesn't work.
Error:Could not find frankiesardo:icepick:3.2.0. Required by:
In the example
folder there's exactly this scenario: a lib
module and an app
module.
The example project is working, could you take inspiration from that and fix the issue you're experiencing?
I have a problem with my project, he has N modules, and one of them is the "core" (in my case ChuckNorris module), for example:
So, I need to use icepick on an activity from main module and Module B, but all activities extend from ChuckNorrisActivity that is in ChuckNorris Module. For this to work should add _icepick_ dependency on the main module and module B. Therefore I must add in each module you need. There is another way to do this?