problem description
at present, the demand received from the product is to encapsulate the online APP into a third-party library for use by third-party companies
the biggest problem is not to generate packages, but how to change the existing business logic for others to access. It is really a difficult problem. Do you have any elegant implementation ideas?
currently uses the MVP architecture, how does the architecture need to be changed?