Hi everyone!! I'm trying out to combine ios and an...
# multiplatform
n
Hi everyone!! I'm trying out to combine ios and and android templates for bare runtime into kmp. It was easy to integrate the android side however I'm facing difficulty to understand on how to call iOS side of code. Bare runtime(JS) is for making P2P apps (Hypercore Protocol) on mobile devices, so at present on both platforms they provide precompiled static library. I'm having facing issue to integrate BareKit.xcframework, do I have to integrate within the xcode project? or do I have to find a way to do that in gradle? How can I call in kotlin side since I have to attach lifecycle hooks.
Have figured it out