public static native objectAbiVersion() as Long
Returns the native object ABI expected by the current compiler/runtime.
Binary plugin bundles must expose the same value before they can be loaded.
print(ClassLoader.objectAbiVersion())