hi everyone, small, what feels like a newbie question. I'm looking into using kotlin multiplatform to build some libraries for android/ios and javascript. I'm getting stuck on the gradle JS setup for our unit tests though. It seems most docs online use kotlin2js for doing things like installing mocha and populating nodemodules, but adding the kotlin2JS module with the multiplatform module returns the following error
Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
Good to know: currently the IDE does not show the test results like the JVM. They are in the build/reports dir as HTML. To make test failures more apparant in Gradle you can use