apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.12k stars 248 forks source link

[Kotlin] Support Kotlin For GraalVM Native Image #1924

Open chaokunyang opened 3 weeks ago

chaokunyang commented 3 weeks ago

Feature Request

Fury supports GraalVM Native Image build, which can compile java code to native binary directly.

Since fury kotlin has been supported recently in #683 , it's time to support compile fury kotlin to native code directly.

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response