Hello all,
I am working on putting together a project that has at it’s core 2 android apps and an IOS app supported via kotlin native. I have been struggling with the gradle portion, combine with getting the project itself to be nice and clean. Largely the biggest hurdle comes from having 2 android apps living in the same project it seems to mess with gradle. I’ve also been struggling with getting the project itself have a nice structure without 10 top level modules, 1 for each app and common, plus a test for each. I’d love to be able to ask some questions about people’s experience on this front if possible
s
snowe
05/15/2019, 5:26 PM
ask away and people will try to help. might take a while, and if your situation is very complex it might be hard to get help. a repro project would do a lot to get others to help.
c
Czar
05/15/2019, 5:30 PM
also be aware, that his channel is mostly for help with gradle kotlin-dsl specifically, not general gradle support. Since you're working with mobile apps and have android apps, it may be beneficial to ask questions related to that in #android
b
Benjamin Charais
05/15/2019, 5:32 PM
Ah much appreciated on the direction. I think it would be beneficial if I could get this to be an open repo for others to reference as I haven’t come across anyone else attempting the multiple app single repo kotlin native approach.
👍 1
c
Czar
05/15/2019, 5:33 PM
Definitely.
b
Benjamin Charais
05/15/2019, 5:34 PM
I also just noticed the topic of this channel includes a gradle-community slack. I think that might be my ticket