androidContext()
swallows/hides underlying exceptions
#1932
Labels
Milestone
androidContext()
swallows/hides underlying exceptions
#1932
If the
get()
for a context throws an exception, the cause is discarded.(same applies for
Scope.androidApplication()
)The
e
here is discarded.See this code:
koin/projects/android/koin-android/src/main/java/org/koin/android/ext/koin/ModuleExt.kt
Lines 30 to 34 in 5fab1ca
Instead it should be something like this:
The text was updated successfully, but these errors were encountered: