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
Don't use Path.invariantSeparatorsPath in plugin #67
Gradle 7.2 and newer bundle a version of Kotlin where the experimental
Path.invariantSeparatorsPath is deprecated and made @InlineOnly.
Thus the invocation from the plugin resolves to a private method, leading to error.
0 commit comments