Artem Novikov
Artem Novikov
**Description:** GraalVM/native doesn't build without kotlin-stdlib on classpath - `Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.DefaultConstructorMarker`. Also [example-graalvm-native](https://github.com/alibaba/fastjson2/commits/main/example-graalvm-native) somehow got removed here https://github.com/alibaba/fastjson2/pull/3793. Makes sense to keep it and running related tests to...
**Description:** When compiling a project with fastjson2 in native mode, the build logs have the following: ``` Warning: RecomputeFieldValue.FieldOffset automatic field value transformation failed. The automatic registration was attempted because...