79141498

Date: 2024-10-30 14:26:28
Score: 0.5
Natty:
Report link

Adding for new projects maven url u need to add it on settings.build.gradle.kts :

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("<MAVEN REPO URL>")
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sahar Vanunu