godot-kotlin-jvm
godot-kotlin-jvm copied to clipboard
Godot Kotlin JVM Module
https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildOutput/ The `--strict-image-heap` argument for GraalVM's native-image tool ensures that Reflection and similar features operate correctly within the constraints of the native image heap. When using Reflection, adding this option...
Certain libraries, such as JCE (Java Cryptography Extension), require their JARs to remain signed for proper functionality. When these JARs are merged into the main.jar during the fat JAR creation...
 1. line break in kotlin doc should use 2 line break character ('\n'), as same as in markdown 2. special handing logic for basic type references is required (e.g.,...