Kotlin Endpoint Support

I found that the generator doesn’t detect Endpoints written in Kotlin.
Are there any plans to support Kotlin Endpoints and models? I don’t want to move back to Java somehow.

Here’s an open ticket you might want to follow: https://github.com/vaadin/flow/issues/7226

Thanks Thomas for reaching out.

The reason why the generator doesn’t detect endpoints written in Kotlin is because the parser is parsing only Java sources, and not bytecode (see the ticket mentioned by Olli).

That’s a hot topic inside the team at the moment, we will definitely provide a solution in the future. For now, only Java sources are supported.