Not sure when this started happening but just noti...
# touchlab-tools
j
Not sure when this started happening but just noticed it now (still seems to build/run fine)
f
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
Ah, it seems to have started happening since I enabled "K2 Kotlin Mode" in AS
f
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
I've tried that and it caused lots of weirdness like that in build scripts, not ready yet imo