You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello, thank you all for your work so far!
I have tested the new Swift export feature with Kotlin 2.1.0 and found the following issue which I think will probably need to handled by the Koin library.
* What went wrong:
Execution failed for task ':library:shared:iosSimulatorArm64DebugSwiftExport'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.plugin.mpp.apple.swiftexport.internal.SwiftExportAction
> Can't translate return type in fun dataModule(): org.koin.core.module.Module: Symbol not found for org/koin/core/module/Module
Describe the solution you'd like
Koin to behave as it does with Objective C export
Describe alternatives you've considered
No alternatives tested
Target Koin project
Koin Core
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello, thank you all for your work so far!
I have tested the new Swift export feature with Kotlin 2.1.0 and found the following issue which I think will probably need to handled by the Koin library.
Describe the solution you'd like
Koin to behave as it does with Objective C export
Describe alternatives you've considered
No alternatives tested
Target Koin project
Koin Core
The text was updated successfully, but these errors were encountered: