Hi There, Iโ€™m Arnaud, the <#C67HDJZ2N|koin> project lead maintainer. Koin is proposing an easy DI so...
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