Andrew Steinmetz
03/17/2021, 6:19 AMiosMain
folder. However I could get them to resolve if I created a folder for each ios architecture ie iosArm64 or 32. Was curious is the expectation to implement the actual implementations for each architecture or was there something I was missing after following this guide to get cocoapods to resolve for ios?
https://kotlinlang.org/docs/native-cocoapods.html#add-a-dependency-on-a-pod-library-from-the-cocoapods-repositoryArtyom Degtyarev [JB]
03/17/2021, 6:43 AMiosMain
source set is a common one, while the cinterop
tool creates bindings per-platform. As soon as the commonizer will be able to create common bindings based on the platform-specific one, this should work as expected.borisdamato
03/17/2021, 10:51 AM