You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.koin.ext.StringExtKt.clearQuotes(StringExt.kt:21)
at org.koin.core.registry.PropertyRegistryExtKt.saveProperties(PropertyRegistryExt.kt:20)
at org.koin.core.registry.PropertyRegistryExtKt.loadEnvironmentProperties(PropertyRegistryExt.kt:58)
at org.koin.KoinApplicationExtKt.environmentProperties(KoinApplicationExt.kt:24)
That happens when one of the environmental variables has empty string value.
Expected behavior
Environmental variables with empty values should get loaded as it is with empty value without throwing the exception.
Koin project used and used version (please complete the following information):
[e.g]: koin-core version 3.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
When I'm using
environmentProperties()
in such code block:I'm getting following exception
That happens when one of the environmental variables has empty string value.
Expected behavior
Environmental variables with empty values should get loaded as it is with empty value without throwing the exception.
Koin project used and used version (please complete the following information):
[e.g]:
koin-core version 3.0.2
The text was updated successfully, but these errors were encountered: