I have a problem with Koin - I get the DuplicateAp...
# ktor
ł
I have a problem with Koin - I get the DuplicateApplicationFeatureException. I have 3 modules with installed Koin plugin/feature.
a
#koin
ł
Rly? IMO this is the bug in Ktor
r
In old versions of ktor this exception was mistakenly thrown when there is an exceptions in app initialization. In the newest version you will receive the actual exception. Check your configs and plugins installs. Or put a breakpoint https://github.com/ktorio/ktor/blob/b3ca535610f232d506aa2d104cd20fa1c27ba665/ktor-[…]/io/ktor/server/engine/ApplicationEngineEnvironmentReloading.kt to see the real exception