Hi there I saw the blog that says allopen is now s...
# k2-adopters
m
Hi there I saw the blog that says allopen is now supported in k2. Today I’ve upgraded the kotlin version to 1.7.20 and trying to switch our current spring project to use k2 compiler, and somehow the kotlin-spring plugin didn’t seem to open the classes anymore? when i switch that back to the old compiler the kotlin-spring plugin works again. I wonder if there’s anything I miss there to make kotlin-spring plugin play nicely with k2 compiler?
d
m
thanks @dmitriy.novozhilov for the response! 🙌 I’ll be watching that issue in that case. would there be any plans to address that maybe in 1.7.21? Is there anything else that you’d know might pose some challenges for spring users?
d
Definitely not in 1.7.21 Most likely in 1.8.20 May be in 1.8.10, but I cant guarantee that
j
Someone posted a workaround on the youtrack task to manually add allOpen annotations for each spring annotation. I've been meaning to give that a try. K2 is at least a 2x speedup for our codebase.