We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f562a commit 631101bCopy full SHA for 631101b
1 file changed
library/build.gradle
@@ -8,8 +8,7 @@ apply plugin: "jacoco"
8
apply plugin: "io.freefair.javadoc-links"
9
10
dependencies {
11
- apiElements deps.jetbrainsAnnotations
12
- compileOnly deps.jetbrainsAnnotations
+ api deps.jetbrainsAnnotations
13
14
api deps.retrofit
15
api deps.retrofitMoshi
0 commit comments