/kotlin-native-example

An example kotlin native project to demonstrate a bug when copying memory from c

Primary LanguageKotlin

kotlin-native-example

This project is to demonstrate an issue when copying from a buffer allocated in c memory to a kotlin array

Building

./gradlew linkNative

Installation

sudo cp build/bin/native/debugShared/libnative.so /usr/local/lib/libexample.so
sudo cp build/bin/native/debugShared/libnative_api.h /usr/local/include/example.h