zt
04/09/2025, 3:01 AMexternal fun test(callback: () -> Unit)
I'd like to invoke the callback on the native side, but I can't really figure out how kotlin is compiling the lambda function to be able to get the class and the method ID necessary on the JNI side to invoke itYoussef Shoaib [MOD]
04/09/2025, 3:04 AMKFunction1
which has an invoke
method