Does kotlin/native require JDK 8 only? same projec...
# kotlin-native
a
Does kotlin/native require JDK 8 only? same project successful compiles to iosArm64 with JDK 8, but doesn't compile on JDK 10.
it's stacktrace from host with JDK 10
a
This looks interesting. In the documentation, we assume JDK 10 as an available option. Are you facing this issue with all your projects or some exact one? If so, it would be nice to share this as reproducer.
a
check done...only one project, so we try get reproducer later
🙏 1
after research, we determined that the problem is not in the JDK, but in the serialization of a class with abstract properties
it's same problem, so i think not only abstract properties, but all class inheritance not work with serialization 😞