Can someone show me how to use KN implementation in Android JVM activities with JNI?
Imagine if one used KN and C-libraries for the app core logic, for example, network request, json-parsing and view state machine. I jues one can use it with the rest of JVM-android part via JNI.
I suppose reusing it in IOS would be easier, as c libraries are there for free.