-
-
Notifications
You must be signed in to change notification settings - Fork 776
Open
Labels
documentationmultiplatformkmpkmpstatus:checkingcurrently in analysis - discussion or need more detailed specscurrently in analysis - discussion or need more detailed specstype:feature-proposal
Milestone
Description
Some dependencies in my project needs to be registered from iOS side (some platform implementations). Is there a way to do it?
Actually Koin has API to create a module, but the issue I faced is that Swift code cannot use reified functions from Kotlin.
let module = Koin_coreModule(createAtStart: true, override: false)
But I can't use the module's factory { } or single { } methods because they are reified functions.
Koin version: 3.0.1
Kotlin: 1.4.31
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationmultiplatformkmpkmpstatus:checkingcurrently in analysis - discussion or need more detailed specscurrently in analysis - discussion or need more detailed specstype:feature-proposal