Hi There, I’m Arnaud, the <#C67HDJZ2N|koin> projec...
# ktor
a
Hi There, I’m Arnaud, the #koin project lead maintainer. Koin is proposing an easy DI solution for Kotlin apps. We already have some ktor features available (https://github.com/InsertKoinIO/koin/blob/master/koin-projects/examples/hello-ktor/src/main/kotlin/org/koin/sample/KtorApplication.kt). If you believe we can work on interesting features for Ktor, let me know. We already bring many stuff for the Android community. 👋
👏 2
😊 1
👍 6
j
I’m already using Koin for Ktor, thank you for your work, it is an amazing tool.
👍 1
s
U are great, guys. thx u)
👍 1
j
Hey @arnaud.giuliani, sorry to revive a super old thread, but wondering if there are good examples of koin + ktor in unit tests. The koin-ktor sample doesn't seem to replace any dependencies/modules in tests, so wondering if there are best practices there
a
yeah can be inetersting to check
did you check the multimodule sample? it’s override new modules
🙏 1
j
a
yep