Hi. Is there up to date post about calling Kotli Native from Kotlin JVM? I found this https://jonnyzzz.com/blog/2019/12/15/jni-kotlin/ but it was 3 years ago. will be happy for a sample with a newer Kotlin version where JVM calls Kotlin Native code and both jvm module and native module are in same project
n
natario1
05/22/2023, 2:51 PM
I have a compiler plugin that allows two way communication. I should open source it in a couple of weeks. (works on androidNative* targets, other native targets should require little work on the codebase)