Creating a JNI Class in Kotlin

In order to invoke a JNI we need to create a Kotlin class with extrenal method and a C function with specific signature for each external method in Kotlin. Let’s assume that we have the following class in Kotlin: For... Read more

CMake add element to a list

Things I often forget Define and/or add elements to a list Read more

Listing all variables in CMake build

To list all CMake variables in a build job, enter the following: Read more