Mugo
07/11/2025, 10:10 AMcommonMain.dependencies {
implementation(libs.arrow.core)
}
commonTest.dependencies {
implementation(libs.arrow.core)
implementation(libs.kotest.assertions.arrow)
}
Questions:
• Are there any known issues with Arrow 2.1.2 + Kotest 6.0.0.M5?
• Any special configuration needed for KMP projects?
• Should I be using a different Kotest version?Emil Kantis
07/11/2025, 11:21 AM./gradlew dependencies
you should get some output which tells you which component expects an old arrow versionCLOVIS
07/11/2025, 12:25 PM./gradlew :<yourModule>:dependencyInsight --dependency io.arrow-kt:arrow-core --configuration jvmMainCompileClasspath
Mugo
07/11/2025, 4:39 PM