Alexandra Tsampikakis
04/11/2019, 8:10 AMDuplicate jar entry [com/base/Constants.class]
Does anyone know how to deals with this?
Can I specify in gradle somehow to now include the Constant.kt in base?
Or did I misunderstood how to use modules with multiple apps?
Thankful for any answers 🙏 🙏 🙏
FYI: I know that gradle can be used to handle constants but right now I am just using that file to test if this structure of modules is possibleRok Koncina
04/11/2019, 8:29 AMDaniel Garibaldi
04/11/2019, 8:32 AMAlexandra Tsampikakis
04/11/2019, 8:42 AMribesg
04/11/2019, 10:50 AMAlexandra Tsampikakis
04/11/2019, 11:00 AMribesg
04/11/2019, 11:03 AMAlexandra Tsampikakis
04/11/2019, 12:13 PMpackagingOptions {
exclude 'base/src/main/res/java/com/base/Constants.kt'
}
But I am not sure how to write and I have not succeeded yet!Rok Koncina
04/11/2019, 2:06 PMAlexandra Tsampikakis
04/12/2019, 8:27 AMRok Koncina
04/12/2019, 1:13 PM