Pavel Kazlovich
Pavel Kazlovich
The library wraps throwables you give it, it does not depend on Crashlytics in any way. You can process wrapped throwables however you want (e.g. feed them to logcat only).
Any updates on this? I'm currently migrating from Hilt and it was quite an unpleasant surprise.
@arnaudgiuliani not sure I understand your question, sorry. I use annotated class modules with annotated function providers (e.g. `@Single fun provideFoo() = Foo()`). I have quite a lot of them...