Anyone using Koin with a working usage of scope, i...
# ktor
r
Anyone using Koin with a working usage of scope, i.e. scoping by requests or similar in a Ktor app? Currently my best guess is to create a scope in each route, but not sure if there is a smarter way.