Has anybody tried to compile Kotlin/JVM + Coroutin...
# coroutines
s
Has anybody tried to compile Kotlin/JVM + Coroutines with GraalVM
native-image
tool? I get a
Non-instantiated type referenced by a compiled method: kotlin.Result$Companion
exception and I don't know if the issue is on Coroutines or Graal side https://github.com/oracle/graal/issues/783
g
Maybe some issue of inline classes
s
Would make sense indeed
g
I would create an issue on Kotlin issue tracker
s
I will