79810637

Date: 2025-11-05 21:54:25
Score: 1
Natty:
Report link

In Groovy DSL syntax:

dependencies {
    implementation project(":MyAppProj")
}

In Kotlin DSL syntax (newer and recommended):

dependencies {
    implementation(project(":MyAppProj"))
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dario Lj.