We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399b9d commit 0fe432bCopy full SHA for 0fe432b
example/build.gradle
@@ -26,5 +26,5 @@ dependencies {
26
testCompile 'junit:junit:4.12'
27
implementation "com.android.support:appcompat-v7:$support_library_version"
28
implementation project(':query')
29
- provided project(':annotationprocessor')
+ annotationProcessor project(':annotationprocessor')
30
}
0 commit comments