https://kotlinlang.org logo
Title
a

Andrei Casu Pop

02/24/2021, 7:30 PM
Hello, Does anyone have a very minimal build.gradle.kts file for running kotest on multiplatform jvm/js? I tried following the get started guide but the js dependency cannot be resolved by gradle.
implementation 'io.kotest:kotest-framework-engine:$version'
s

sam

02/24/2021, 7:32 PM
What version of gradle ?
a

Andrei Casu Pop

02/24/2021, 7:32 PM
I have tried with 6.7, 6.8 and 6.8.1
s

sam

02/24/2021, 7:32 PM
ok so a modern version
I hope that is useful
a

Andrei Casu Pop

02/24/2021, 8:07 PM
Yes. Thanks. It helped. I had the correct build file but I was using the js IR compiler. That was the issue.
s

sam

02/24/2021, 8:09 PM
Ah ok