Digory Doolittle
12/08/2022, 7:09 AMlibnative_symbols()->kotlin.root.ch.digorydoo.kangaroo.doSomething(42);
Is the call to libnative_symbol() fast enough so I can do this on every call (from a C++ macro)? Or should I cache the result in a variable?Landry Norris
12/08/2022, 1:55 PM