Hi every one! 👋
Does anyone know, if the konan behaves different on M1 and X64 MacBooks.
We try to use kotlin native to write a JNI Bridge to a static linked native C/C++ library. This library requires another static libary to be linked.
On X64 MacBooks eveything works fine, but on M1 Machines this library is missing. The generated .so file of M1 is also smaller than the one generated on X64 machines.