We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6647210 commit 2d4794aCopy full SHA for 2d4794a
1 file changed
utils/build.gradle
@@ -22,8 +22,7 @@ android {
22
}
23
24
dependencies {
25
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
26
-
+ compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
27
compileOnly 'com.alibaba:fastjson:1.2.47'
28
compileOnly 'com.google.code.gson:gson:2.8.5'
29
compileOnly 'com.github.bumptech.glide:glide:4.8.0'
0 commit comments