You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oooh thanks for reporting this. I made a design decision to make path processing platform-independent, which is what’s causing grief here.
We’re incorrectly interpreting this as a Windows drive letter followed by a path name, rather than a single path name where the 2nd character is a colon. Ugh.
Okio behaves weirdly with folders named like
X: Something
on at least MacOS Arm64 and Linux X64.You can easily reproduce the issue in a Gradle project with native targets:
The text was updated successfully, but these errors were encountered: