My shared module imports a KSP library to generate code inside iOS targets. It works as expected (image in attach).
However, I’m facing a strange behavior; my generated code cannot see/access what’s in
iosMain
(that generated code imports some classes from
iosMain
that I need).
What am I doing wrong or missing? Thanks for your time.
Guilherme Delgado
09/05/2023, 2:26 AM
turns out I can use it on iosApp. I can even debug the code and the classes effectively can see each other. Could it be an IDE problem? 🤔