We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd359bd commit 6620034Copy full SHA for 6620034
build.gradle
@@ -33,7 +33,7 @@ testing {
33
testType = TestSuiteType.INTEGRATION_TEST
34
35
dependencies {
36
- implementation project
+ implementation(project())
37
}
38
39
sources {
0 commit comments