Has someone used multiple kotlin modules successfu...
# android
p
Has someone used multiple kotlin modules successfully?
t
paulwoitaschek: I use multi-modules in a full kotlin project Sometimes I must build several times before all modules are build
p
I'm trying for an hour now 😞
t
Sometimes I also clean the project
p
But also from the gradle console I can see that proguard is generating mappings etc in debug mode
t
check your build.gradle then
p
It's definately turned off
Okay, I found my issue
It's a bug in the androdi plugin that is fixed in 3.0
It is building all modules with release config