godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Godot Kotlin JVM Module

Results 183 godot-kotlin-jvm issues
Sort by recently updated
recently updated
newest added

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...

![image](https://github.com/user-attachments/assets/7d57b534-f1d5-4ae3-a65a-0c34bdfb799d) 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.,...

topic:documentation
enhancement
topic:api-gen