Is this possible already please ? <https://github....
# koin
a
Is this possible already please ? https://github.com/InsertKoinIO/koin/issues/1108
👍 1
n
Yes I would like to achieve something similar, where by I would like to inject on swift side
a
Yeah, clearly in our roadmap for 2025 👍
🙌 2
a
@arnaud.giuliani Hey! can i track this somewhere ?
a
as workaround for now, you can expose a function that declare a component via Kotlin terface:
Copy code
interface Component

fun declareiOSComponent(c : Component){
    KoinPlatform.get().declare(c)
}
👀 1