Not sure when this started happening but just noticed it now (still seems to build/run fine)
f
Filip Dolník
06/18/2024, 1:53 PM
This seems like corrupted caches in IDEA 😄
the property is just a regular Gradle
Property<Boolean>
and the reason you can use the assignment syntax is because Gradle uses a compiler plugin to allow assignment operator overloading. IDEA likely somehow forgot about this feature 😄
j
John O'Reilly
06/18/2024, 2:25 PM
Ah, it seems to have started happening since I enabled "K2 Kotlin Mode" in AS
f
Filip Dolník
06/18/2024, 2:26 PM
Yeah, the K2 mode is in Alpha or Beta if I remember correctly, so I’d expect some things to not work properly yet.
k
kaeawc
06/18/2024, 8:33 PM
I've tried that and it caused lots of weirdness like that in build scripts, not ready yet imo