563c878f20
On Windows, path() uses backslash as a file separator, and Mac/Linux are using forward slashes. If friendPathsSet differs, remote build outputs from other platforms can't be reused. This patch uses invariant paths to address the issue. ^KT-63460 Fixed Merge-request: KT-MR-13261 Merged-by: Evgenii Mazhukin <evgenii.mazhukin@jetbrains.com>