PrototypeZ / AppJoint

🔧 Cross module Android development made easy!
764 stars 120 forks source link

如何保证多个module的application执行顺序? #42

Open dayday0769 opened 3 years ago

dayday0769 commented 3 years ago

如果 module a依赖于module b,比如支付模块调用前需要先执行登陆模块的初始化,那么如果保证支付模块的application执行顺序在登陆模块的application之后?