I like the idea of segregate modules into repository, but not at that low level, some modules could be stored into the same git repository as they are related, arrow-ank and arrow-ank-gradle could be in the same git repo for instance same for those with arrow-xxx-yyy structure that share the same
xxx
, WDYT? there is a technical issue about structure in that way?
👍 7
r
Rachel
01/21/2020, 10:37 AM
Good point @thanerian, thanks!! 👍
s
simon.vergauwen
01/21/2020, 10:43 AM
Same for Arrow Fx which has 4 modules atm.
mtl
,
reactor
and
rx
besides the original one.
And we’ll probably split it up more later-on.
simon.vergauwen
01/21/2020, 10:43 AM
And/or hopefully also gets more instances for KotlinX Flow, and other types.
t
thanerian
01/21/2020, 11:05 AM
@Rachel I currently working on a multi repo environment with shared gradle properties and composite builds, if you are interested I could show you how we are now and problem we face