zokipirlo
03/30/2022, 9:54 AMapp module which have few differents flavors with different primary color (ColorPallete.kt with darkColors(...) and lightColors(...)). In base module I have also color pallets (ColorPallete.kt with darkColors(...) and lightColors(...)) so I can use those colors through different modules. In debug build everything is perfect but in release R8 doesn't like that and says ColorPaletteKt is defined multiple times . How to solve that?