Hi everyone!! somehow I made my way here... I'm a noob on everything tbh. Currently, there's bare runtime that used on ios and android to make P2P apps. So, I was thinking to have them merged into KMP app since bare runtime has templates for different codebases. (https://github.com/holepunchto/bare-ios) (https://github.com/holepunchto/bare-android)
I have managed to merge the bare-android template into kmp app however I'm struggling to understand how I can integrate bare-ios since its using .xcframework and bare-android .so file. Could someone here guide? Like the ios xcode project file is generated via xcodegen as well, so can this be integrated in gradle during build?
Hi everyone!! somehow I made my way here... I'm a noob on everything tbh. Currently, there's bare runtime that used on ios and android to make P2P apps. So, I was thinking to have them merged into KMP app since bare runtime has templates for different codebases. (https://github.com/holepunchto/bare-ios) (https://github.com/holepunchto/bare-android)
I have managed to merge the bare-android template into kmp app however I'm struggling to understand how I can integrate bare-ios since its using .xcframework and bare-android .so file. Could someone here guide? Like the ios xcode project file is generated via xcodegen as well, so can this be integrated in gradle during build?