-
Notifications
You must be signed in to change notification settings - Fork 354
Add support for Kotlin Coroutines #409
Comments
Here is a project that reproduces the error ( |
If have switch The error I get, maybe resolvable with deeper work, is:
I suspect |
For the time being, I have documented that Coroutines are not supported yet. |
I have a basic Kotlin coroutine controller method:
Works fine in the JVM but fails at runtime when using a native image (
org.springframework.experimental:spring-graalvm-native:0.8.4
):Without the
suspend
it works as expected:The text was updated successfully, but these errors were encountered: