If I replace in my project `kotlinx-nodejs` 0.0.6 ...
# javascript
v
If I replace in my project
kotlinx-nodejs
0.0.6 by 0.0.7 I suddenly get
Copy code
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public inline operator fun RegExpMatch.get(index: Int): String? defined in kotlin.js
where the code is
Copy code
val wslShellWrapperDirectory = path.join(process.env["RUNNER_TEMP"]!!, "wsl-shell-wrapper")
Anyone an idea what is broken and how to work-around it?