Vampire
11/28/2020, 4:02 AMkotlinx-nodejs
0.0.6 by 0.0.7 I suddenly get
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
val wslShellWrapperDirectory = path.join(process.env["RUNNER_TEMP"]!!, "wsl-shell-wrapper")
Anyone an idea what is broken and how to work-around it?