79172583

Date: 2024-11-09 11:00:28
Score: 1
Natty:
Report link

Inside the "settings.gradle.kts" file, move "mavenCentral()" above "google()"

repositories {
        mavenCentral()
        google {
            /*stuff here*/
        }
        gradlePluginPortal()
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: confusedScreamer