Hi We have an application that contains two modules (user and admin), Both share some common code related to a few features. As per requirement, we need to create two apps (user and admin), How can we share the code efficiently between two projects?
Thanks in advance.