mirror of https://github.com/BOINC/boinc.git
Add Javax Annotation.
This commit is contained in:
parent
57fa9d5ad7
commit
1cd81f9c9a
|
@ -154,6 +154,7 @@ dependencies {
|
|||
|
||||
// Dagger dependencies
|
||||
implementation "com.google.dagger:dagger:$dagger_version"
|
||||
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
||||
annotationProcessor "com.google.dagger:dagger-compiler:$dagger_version"
|
||||
kapt "com.google.dagger:dagger-compiler:$dagger_version"
|
||||
|
||||
|
|
Loading…
Reference in New Issue