Hello, Does anyone have a very minimal build.gradl...
# kotest
a
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.
Copy code
implementation 'io.kotest:kotest-framework-engine:$version'
s
What version of gradle ?
a
I have tried with 6.7, 6.8 and 6.8.1
s
ok so a modern version
I hope that is useful
a
Yes. Thanks. It helped. I had the correct build file but I was using the js IR compiler. That was the issue.
s
Ah ok