I am having issue with building 4.1.1: ```./gradle...
# kvision
t
I am having issue with building 4.1.1:
Copy code
./gradlew publishToMavenLocal -PSNAPSHOT=true
results:
Copy code
> Task :compileKotlinJsIr
e: java.lang.IllegalStateException: Unsupported operation
        at org.jetbrains.kotlin.backend.common.serialization.IrModuleDeserializer.referenceSimpleFunctionByLocalSignature(IrModuleDeserializer.kt:37)
Any idea? It works in 4.1.0
r
Every time? I see such errors from time to time, but I just run the build again and it works.
t
I'll try it again.
Works now:) I would love to believe computing is deterministic:)
r
If you find a way to get this bug repetitively, it would be probably a good idea to fill Kotlin YT issue 🙂
j
This is a known bug in the Kotlin compiler. I have filled a bug some time ago: "gradle clean" solves the issue
It is solved for Kotlin 1.5
This is not related to kvision