InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Added Kotlin Multiplatform Support to koin-ktor Module #1891

Open RafaelrainBR opened 3 weeks ago

RafaelrainBR commented 3 weeks ago

This pull request adds support for Kotlin Multiplatform to the koin-ktor module. With this update, it is now possible to use koin-ktor with Kotlin/Native Ktor, enabling cross-platform dependency injection with Koin in Ktor applications.

DevNatan commented 5 days ago

👀