On the latest kotlin/native (1.3.31 multiplatform ...
# multiplatform
s
On the latest kotlin/native (1.3.31 multiplatform plugin), nearly all of the test files I have in my common source set are failing in the task
linkTestDebugExecutableLinuxX64
. I’ll post a stack trace once I get back to my computer.
s
Seems somewhat related? It's not the same error but it's the same class:
e: Compilation failed: IrSimpleFunctionSymbolImpl for org.jetbrains.kotlin.backend.common.descriptors.WrappedSimpleFunctionDescriptor@7d194ace is already bound
It also happens to my sample module if I switch the module from JVM to linux.
j
same for me for iOS (guess Kotlin Native in general)
o
Please report an issue, and this area is seriously reworked in upcoming 1.3.40
h
Also seeing this. I couldn't isolate the code that caused this, but what DIDN'T help was removing all private/protected/internal/sealed modifiers from my codebase, so it must be something else. As a workaround I moved all my common tests to the jvm target.