hi can i ask about gradle and flutter i got this e...
# community-support
t
hi can i ask about gradle and flutter i got this error when build an empty new created project
๐Ÿงต 1
v
Please do not post such walls of text to the main channel, but write a short descriptive message and then put longer snippets or errors in a message inside the thread.
> 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.
s
The
/snippet
feature by Slack is also useful to share logs. ๐Ÿ™‚
Like in this example. ๐Ÿ™‚
t
im sorry i didnt know there is a snippet feature in slack, this is my first time using this from what your respond you say I didn't configure proxy, where do i change the setting for that and what am i supposed to put in the proxy?
Log
v
from 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