This message was deleted.
# community-support
s
This message was deleted.
๐Ÿงต 2
m
You need
google()
in your
repositories {}
block
m
in hedhog studio i dont know where to add it
already added in setting gradle
m
It's typically in your settings.gradle[.kts]:
Copy code
pluginManagement {
  repositories {
    gradlePluginPortal()
    
    // add google() here
    google()
  }
}
I don't know then. Does it say anything more in the error?
m
when i added openVpn module i got this issie
i can see this errors
m
Not sure then... I would expect google() to be in that list of searched repos
You can also try updating the version. 7.0.0 is pretty old
m
Yeah, I cant just because in my module its using older version
m
Any chance you can provide a reproducer? Remove all code if it's confidential, just push the build scripts
e
is it an included build? settings don't carry over
๐Ÿ‘€ 1
m
Sorry, i am not getting you
e
is there any
includeBuild()
in use? although given the paths you've shown I'm expecting not
v
Also, can you show a build
--scan
?
And please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread.