It seems after updating to beta.11 sync android produces mixed slashes in my gradle file.
This does not compile on Windows and the paths seem to be in the normal format returned by nodejs' path.join.

this is on windows, right?
Those are Capacitor plugins? are they public?
Yes, this is on Windows 10, and those are capacitor plugins but are not public and they are installed from disk and npm will create a system link. The path in the error-screenshot is to the original directory, I guess path is following system links. Manually undoing the change to how it was on beta.8 fixes it.

Oups... I guess this is mine to fix!
Most helpful comment
Oups... I guess this is mine to fix!