klyn.ClassLoader.objectAbiVersion
method
public static native objectAbiVersion() as Long
Description

Returns the native object ABI expected by the current compiler/runtime.

Binary plugin bundles must expose the same value before they can be loaded.

Example
print(ClassLoader.objectAbiVersion())