I need help for calling a function from Swift code...
# kotlin-native
t
I need help for calling a function from Swift code 🙏
j
I think first you need to set your build so that symbols from libraries are re-exported, so that they are visible in the iosApp / Swift. Then to actually find the exact way to call it, have a look at shared/build/bin/iosSimulatorArm64/debugFramework/shared.framework/Headers/shared.h (or equivalent).