Skip to content

Commit 2d4794a

Browse files
committed
Change kotlin-jdk from implementation to compileOnly
1 parent 6647210 commit 2d4794a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

utils/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
26-
25+
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2726
compileOnly 'com.alibaba:fastjson:1.2.47'
2827
compileOnly 'com.google.code.gson:gson:2.8.5'
2928
compileOnly 'com.github.bumptech.glide:glide:4.8.0'

0 commit comments

Comments
 (0)