Task :example:linkDebugTestIosX64 FAILED
...
Compilation failed: IrClassPublicSymbolImpl for com.jeantuffier.statemachine/MyClass|null[0] is already bound: CLASS CLASS MyClass modality:SEALED visibility:public superTypes:[kotlin.Any]
* Source files:
* Compiler version info: Konan: 1.7.10 / Kotlin: 1.7.20
* Output kind: PROGRAM
jean
09/29/2022, 2:01 PM
I can actually run my unit tests mannually on the jvm and it works. But the error comes again when I try to run the unit tests on ios.
t
Ting-Yuan Huang
09/29/2022, 4:40 PM
Adding a source from main source set to the test source set might cause multiple-definition issues: one from the source, and the other from the dependency. Do you really need to access the generated code? If you know the class names,