i have a `suspend fun` in my kotlin shared code bu...
# multiplatform
w
i have a
suspend fun
in my kotlin shared code but I have been unable to see it in swift. It shows up in the objective-c framework but for whatever reason Xcode doesn't see it when i am writing swift. any ideas? I am using kotlin 1.4.10
c
Do you import your shared module?