An example that demonstrates a failing Ktor with Koin that produces the error:
org.koin.core.error.KoinAppAlreadyStartedException: A Koin Application has already been started
To run the sample, execute the following command in a repository's root directory:
./gradlew clean test
Everything that I want to achieve can be found inside BaseApplicationTest
and ApplicationTest
.