Hello, I was trying to create a kotlin multiplatform library that could be used from any ios, macos, android, jvm, and js target. When I tried to implement the kotlin native part for iOS I was struggling to get the cocoapods to resolve in the
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.
🙏 1
b
borisdamato
03/17/2021, 10:51 AM
@Artyom Degtyarev [JB] Is it correct that the workaround recommended for this at the moment is to write the code in one of the architecture specific folders and create a symlink for the other one like in the sample git repo?