Is it possible to build a kotlin native shared library for android? I have kotlin native code using cinterops working fine in other environments, and am now porting to android. I like the JniBridge code in the native samples, and would like to write the native shared library using kotlin instead of C++. But I only know how to do so using NDK and C++., Searches for gradle setup to build a shared jni library written in kotlin native for Android are coming up empty. I have everything needed for linux jvm and windows jvm shared libraries. But can't see how to build for Android. Is this doable, and if so is there a sample gradle example or doc somewhere? I'm targeting both the Arm and X86 64 bit ABIs for Android. Thanks in advance for any info..