Currently, we don't provide compiled artifacts, therefore, manual steps to build and orchestrate the libraries and headers are necessary.
Assuming that the library, the header and the package are in the same directory.
kotlinc -cp . Main.kt -include-runtime -d .
kotlin -Djava.library.path="." -J-ea MainKt