Do you have any info about context receiver support in common code? Thanks.
c
CLOVIS
05/21/2023, 2:23 PM
The most optimistic estimate, from what we know, is alpha support in Kotlin 2.1. It will likely be later.
CLOVIS
05/21/2023, 2:24 PM
At least, Roman Elizarov announced at KotlinConf that they're not doing any work towards that before 2.0. My personal guess is ~2.2.
y
Youssef Shoaib [MOD]
05/21/2023, 2:56 PM
Most of the code is already there btw. They're just struggling right now with getting 2.0 ready and bug-free (and contrary to popular belief, 2.0 does have a huge amount of bug fixes and improvements, to the point that adding any new features would overcomplicate things beyond belief)
c
CLOVIS
05/21/2023, 2:57 PM
Ahah, I know, the number of issues I've had where the YouTrack ticket says "we fixed it in K2, but it's too hard in K1"
n
Norbi
05/21/2023, 2:58 PM
2.0 does have a huge amount of bug fixes and improvements
Of course I understand, just can't wait to use Arrow's raise-based error handling in common code :)