Inside Koin 3.2 - The new Koin DSL <https://blog.k...
# koin
a
Inside Koin 3.2 - The new Koin DSL https://blog.kotzilla.io/inside-koin-3-2-new-dsl/
K 11
h
Hello Arnaud, 👋🏽 I was just wondering if you could clarify the release regarding Ktor. Does that mean Koin is now fully compatible with Ktor 2.0? Thank you!
a
Yes it’s compatible with Ktor 2.0 - https://insert-koin.io/docs/reference/koin-ktor/ktor
I could keep the
install(Koin)
syntax
h
That's brilliant! Thank you so much for your quick reply, I really appreciate it.
🙂 1
a
I will update the ktor starter project soon
h
No worries at all! I noticed that I’m not using
install(Koin)
, instead, I’m using
startKoin()
. The main reason for that is because I separated the
main
module from
test
. If you would like an example, I can probably prepare something if you think it could be useful.
I’m about to complete the migration to Ktor 2.0, and when it comes to Koin, it was pretty straightforward… To be honest, I didn’t have to change anything. 😃
a
great 🙂