Just wondering if you or anyone in your team have ...
# javascript
s
Just wondering if you or anyone in your team have seen this before?
Copy code
e: java.lang.IllegalStateException: Unsupported operation
	at org.jetbrains.kotlin.backend.common.serialization.IrModuleDeserializer.referenceSimpleFunctionByLocalSignature(IrModuleDeserializer.kt:37)
When I compile after a change (running continuous) I get this. Then changing something and saving again it works. Next change, I get this again. Change something else and save (like add a space and save) it compiles.
t
s
Ok. I'll raise it. Really wish it wasn't 😂
t
Gradle 7+ support - open question for Kotlin
Could you check if it works with
1.5.0-RC
?
s
Good point.
So far on
1.5.0-RC
nothing... I'll do some more with it and see if it comes back. It's building for me anyway so working on 1.5.0 wont be an issue.
t
Gradle
6.8.3
+ Kotlin
1.5.0-RC
- first working IR combination for me Incremental compilation not tested
s
Gradle 7.0
+
Kotlin 1.5.0-RC
here. Seems ok so far