Tlms Gaming
07/16/2024, 10:02 AMVampire
07/16/2024, 11:04 AM> Could not parse POM https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-reflect/1.5.31/kotlin-reflect-1.5.31.pom
> Content is not allowed in prolog.means that when downloading the POM it did not get the expected XML file as result but something else, for example some HTML page or similar. This is often the case when you for example need to use some proxy that you did not configure for Gradle and thus got some portal-page instead of the actual result or similar.
Stefano Baghino
07/16/2024, 12:13 PM/snippet feature by Slack is also useful to share logs. ๐Stefano Baghino
07/16/2024, 12:13 PMTlms Gaming
07/17/2024, 1:29 AMTlms Gaming
07/17/2024, 1:30 AMVampire
07/17/2024, 6:57 AMfrom what your respond you say I didn't configure proxy,
I did not say you did not configure a proxy. I said that the request does not return the expected XML, but something else and this results in a parsing error. I said a not-configured proxy is a typical cause for that, but it there can be a dozen other causes.
where do i change the setting for that
https://docs.gradle.org/current/userguide/networking.html
what am i supposed to put in the proxy?
Ask your network administrator