If anyone is interested, all KVision 6 work is alr...
# kvision
r
If anyone is interested, all KVision 6 work is already published in a public branch https://github.com/rjaros/kvision/tree/kvision_6
👌 3
I'll try to make a Beta release this weekend.
I've already migrated my largest KVision/Spring Boot app to KV6/SP3 without any major problems so it's not that hard 🙂
a
I'm interested in testing it out. 👍🏾
r
When it comes to speed of the 1.8.0 IR compiler it is really impressive improvement. The change/build/reload cycle for my app with 1.7.21 - 12 seconds. With 1.8.0 - 6 seconds!
Still a bit slower than legacy backend (4 seconds), but it seems usable now.
a
Since it's just build speed, we can manage 😅. But I believe there are goodies from Kotlin 1.8.0 you've been able to take advantage of in KVision.