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
I'm currently building a Kotlin Multiplatform project. Is there any way currently to generate classes with KSP into the iOSMain folder, instead of specific target folders?
I'm currently using Koin with KSP to generate a dependency graph for my project. It works fine for Android, however since the modules are generated at the architecture target folders, there's no way to run initialisation at the iOSMain, without having to write this on Swift.
I'm currently building a Kotlin Multiplatform project. Is there any way currently to generate classes with KSP into the iOSMain folder, instead of specific target folders?
I'm currently using Koin with KSP to generate a dependency graph for my project. It works fine for Android, however since the modules are generated at the architecture target folders, there's no way to run initialisation at the iOSMain, without having to write this on Swift.
I found a similar issue here
#929
Does anyone know a workaround for this? It's been over 2 years now and Google still hasn't provided a solution.
The text was updated successfully, but these errors were encountered: