Hi everyone! I’m trying to run Kolin Native exampl...
# kotlin-native
j
Hi everyone! I’m trying to run Kolin Native examples and when I run
./gradlew dist crossDist
in root folder of the project, I get:
Copy code
kotlin-native-master/runtime/src/main/cpp/Interop.cpp:22:10: fatal error: 'ffi.h' file not found
#include <ffi.h>
         ^~~~~~~
1 error generated.
MacOS 10.13.6, XCode 9
o
./gradlew dependencies:update
j
Thanks!
BUILD SUCCESSFUL in 13m 37s