johncarl81 / transfuse

:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android
http://androidtransfuse.org/
Apache License 2.0
220 stars 28 forks source link

Fix custom scopes #203

Open johncarl81 opened 8 years ago

johncarl81 commented 8 years ago

After removing all aggregate cache classes, custom scopes fail to work anymore. This is because the aggregate class holding the custom scopes was also removed during this effort.

To bring these back we probably need to generate a @TransfuseModule class to hold this state.