Just out of curiosity - how painful is it keeping ...
# kotest
r
Just out of curiosity - how painful is it keeping the plugin working with each new IntelliJ version? Are we talking minutes, hours, days or weeks to get a version out that supports an EAP?
s
usually its minutes
sometimes they break something though and I have to play about for a bit
are you missing a version ?
r
I foolishly upgraded to the latest EAP, 211.5787.15 and the latest plugin version (1.1.26-IC-2020.3) only claims to be good up to 203.*. (Unfortunately plugin v1.0.5 is more broadminded, claiming to be compatible with 191.4212.41+, so the plugin gets downgraded to that old version.)
s
There is a plugin for 211
Let me check its published
oh its not there
I guess they've broken something in EAP currently
r
np, just wondered if it was something I could look at myself or if it was going to be way out of my league
s
feel free to take a look, I'm trying the latest EAP candidate build now to see if that helps
r
I will this evening
s
A new version of the plugin that supports 2021.1 EAP has been uploaded. It usually takes Jetbrains 1-2 working days to approve the release - so hopefully by close of business Monday it will be in the marketplace, if not then Tuesday.
r
Thanks! Sorry, did check it out but got nowhere in the very short time I had.
s
No prob, let me know if this works when you try it on monday/tues
r
Working, thanks - though interestingly when I click the gutter run icon at the class level it is run in gradle now. Individual tests are still run in the kotest plugin.
s
It should support both and I don't think anything else has changed
unless intellij itself has changed something