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
> Could not resolve com.github.auties00:cobalt:0.0.5.
Required by:
project :app
> Could not resolve com.github.auties00:cobalt:0.0.5.
> Could not parse POM https://repo.maven.apache.org/maven2/com/github/auties00/cobalt/0.0.5/cobalt-0.0.5.pom
> Content is not allowed in prolog.
The text was updated successfully, but these errors were encountered:
Update:
For anyone that have problem with gradle do this:
step 1:
Open this file: C:\Users\Legobyte\.gradle\caches\modules-2\files-2.1\com.github.auties00\cobalt\0.0.5\8e7fb8d878068b581315dd274413b5603296f863\cobalt-0.0.5.pom using notepad
file name is "cobalt-0.0.5.pom" so you can search it instead of manually finding it(I'm using Everything Search).
step2: Remove the first character in the file and save it.
there is a space character before "<?xml version="1.", that's the problem. Result: before: <?xml version="1., after: <?xml version="1.
step3: Rerun the gradle and it should be fine now.
build.gradle
settings.gradle
The Error:
The text was updated successfully, but these errors were encountered: