kozmonos_modules
Facade package that exposes a single composition entrypoint:
KozmonosApp.modules([...])
It delegates to kozmonos_kit_* packages and returns KozmonosModuleBundle.
Example
final identity = KozmonosIdentity.deviceLocal();
final monetization = KozmonosMonetization.stub();
final bundle = KozmonosApp.modules([
identity,
monetization,
KozmonosAccess.hardPaywall(),
KozmonosAds.off(),
KozmonosObservability.off(),
]);
License
MIT