rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.24k stars 67 forks source link

Micronaut support #168

Closed dave08 closed 4 years ago

dave08 commented 4 years ago

Follow up from slack: https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1593551723298700

rjaros commented 4 years ago

I'm afraid there is currently no way to add support for Micronaut to KVision. KVision fullstack apps use MPP (Kotlin Multiplatform) architecture. But kapt is not compatible with MPP and it cannot be used with such projects. Until I find an example Kotlin MPP project with Micronaut, I have no idea how to resolve this.

rjaros commented 4 years ago

I have found a way to run kapt in MPP, so there is still a chance ... ;-)

dave08 commented 4 years ago

Great, thanks!

rjaros commented 4 years ago

Micronaut support is ready. Will be available in the next release.