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