Has anyone experienced this? (Kotlin: 1.4.21, Coro...
# coroutines
p
Has anyone experienced this? (Kotlin: 1.4.21, Coroutines: 1.4.2, AS: 4.2 Canary 16) I’ve already wasted hours on this. The interesting thing is that the code runs ok 🤔
g
huh, it looks as something related to proposed value classes changes (new syntax for immutable types modification), but it’s indeed a bug Which version of Kotlin Plugin it is?
😅 1
p
I think it’s the latest for my version of AS: 202-1.4.30-release-AS8194.7 Can’t update Canary to the new version (2020.3.1) Because of Compose and other bits an pieces (although, not sure that would fix it 🤔 )
g
Probably it’s a bug of 1.4.30, I would try to revert on 1.4.2x
p
I was on 1.4.2 before with the same problems. Someone suggested to upgrade my jdk to 11, I need to find time to try that as it messes with so many other things... It's like playing Jenga. Although we are playing with the bleeding edge so it's understandable