Hey folks. Trying to just dip my toes into Kotlin ...
# kotlin-native
j
Hey folks. Trying to just dip my toes into Kotlin Native, and I’m having some issues with the
cinterop
tool. When attempting to run the
build.sh
for the included samples, or to run
cinterop
against a
.def
file manually, I get a “file not found” error from
cinterop
against the first header file it attempts to open each time.
o
Likely you need something similar to -copilerOpts "-Iwherever_my_headers_are", depending on where your library is being installed
Take a look on examples shipped with Kotlin/Native
j
Thanks, yeah I think I found the source of my issues, I did not have things properly installed.