79564459

Date: 2025-04-09 13:32:18
Score: 1
Natty:
Report link
Check it out , if you have build.gradle.kts,

allprojects {
    repositories {
        google()
        mavenCentral()
    }

    subprojects {
        afterEvaluate {
            if (plugins.hasPlugin("com.android.library")) {
                extensions.configure<com.android.build.gradle.LibraryExtension>("android") {
                    if (namespace == null) {
                        namespace = group.toString()
                    }
                }
            }
        }
    }
}
Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kh1amirhamza