The migration guide for KV5 is ready. Please let m...
# kvision
r
The migration guide for KV5 is ready. Please let me know if you find any other problems with the migration. https://kvision.gitbook.io/kvision-guide/part-1-fundamentals/migration/migration-from-4.x-to-5.x
👍 1
a
@Robert Jaros I migrated a small project over the last couple of days (just using a git diff from one of your template examples as a guide). Was easy enough. The only issue I encountered was IntelliJ was marking all the `moduleInitiazer`'s RED on this line in `frontEnd...App.kt`:
Copy code
startApplication(::App, module.hot, BootstrapModule, BootstrapCssModule, FontAwesomeModule, CoreModule)
Flushing IntelliJ caches and re-starting fixed it. I doubt there's an issue in KVision here, but wanted to call it out in case others see the same behaviour
👍 1