0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/legacy/common
cketti f14629932e Initialize Koin early
Android allows content providers to not only be initialized, but also accessed before the `Application` instance has been initialized. This can lead to crashes if a content provider tries to resolve dependencies using Koin. Initializing Koin from `Application.attachBaseContext()` avoids this problem.
2024-09-03 16:31:32 +02:00
..
src Initialize Koin early 2024-09-03 16:31:32 +02:00
build.gradle.kts Rename app module to legacy 2024-07-02 14:27:23 +02:00