Hey! Got a problem and I cant think of an elegant and clean solution. Basically in a mutli feature (module) project I have a restaurant Menu feature and an Order feature to preview and confirm the selected items. The problem lies in notifying the Feature Order about adding a new item while keeping them decoupled as much as possible. You select an item from the Menu and it should give a notice or something to the Order module.
Single activity, bottom nav bar so cannot use the fragment arguments. Modules are VMs,Fragments and their data layers.