CLOVIS
07/18/2025, 8:27 PMe: java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.ir.expressions.IrCall org.jetbrains.kotlin.ir.builders.ExpressionHelpersKt.irCall(org.jetbrains.kotlin.ir.builders.IrBuilderWithScope, org.jetbrains.kotlin.ir.symbols.IrSimpleFunctionSymbol)'
at io.kotest.framework.multiplatform.embeddablecompiler.Transformer.callLauncher(Transformer.kt:87)
at io.kotest.framework.multiplatform.embeddablecompiler.JsTransformer.generateLauncher(JsTransformer.kt:25)
at io.kotest.framework.multiplatform.embeddablecompiler.Transformer.visitModuleFragment(Transformer.kt:69)
…
Kotlin 2.2.0 + Kotest 6.0.0.M4 ❌
> Could not resolve all files for configuration ':bson-multiplatform:kotlinCompilerPluginClasspathIosSimulatorArm64Main'.
> Could not find io.kotest:kotest-framework-multiplatform-plugin-embeddable-compiler:6.0.0.M4.
Searched in the following locations:
- <https://repo.maven.apache.org/maven2/io/kotest/kotest-framework-multiplatform-plugin-embeddable-compiler/6.0.0.M4/kotest-framework-multiplatform-plugin-embeddable-compiler-6.0.0.M4.pom>
Kotlin 2.2.0 + Kotest 6.0.0.M5 ❌
* What went wrong:
Plugin [id: 'io.kotest.multiplatform', version: '6.0.0.M5', apply: false] was not found in any of the following sources:
Bernd Prünster
07/18/2025, 9:17 PMCLOVIS
07/19/2025, 9:13 AM:shared:watchosDeviceArm64Main: Could not find io.kotest:kotest-framework-engine-watchosdevicearm64:6.0.0.M5.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/io/kotest/kotest-framework-engine-watchosdevicearm64/6.0.0.M5/kotest-framework-engine-watchosdevicearm64-6.0.0.M5.pom>
- <https://repo.maven.apache.org/maven2/io/kotest/kotest-framework-engine-watchosdevicearm64/6.0.0.M5/kotest-framework-engine-watchosdevicearm64-6.0.0.M5.pom>
Required by:
project :shared > io.kotest:kotest-framework-engine:6.0.0.M5
If I disable that platform, replace the 3 shouldBe 3
by 3 shouldBe 2
and run ./gradlew build
, then I get a successful build, so tests don't actually run at all.Bernd Prünster
07/19/2025, 9:38 AMCLOVIS
07/19/2025, 9:41 AMBernd Prünster
07/19/2025, 9:42 AMCLOVIS
07/19/2025, 9:44 AMBernd Prünster
07/19/2025, 9:46 AMCLOVIS
07/19/2025, 9:46 AM