Adding for new projects maven url u need to add it on settings.build.gradle.kts :
dependencyResolutionManagement { repositories { maven { url = uri("<MAVEN REPO URL>") } } }