Skip to content

Commit

Permalink
replace "compile" with "implementation" at including kotlin jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Dec 26, 2018
1 parent 72b3f3a commit 2f65c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
javadocs 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

task javadoc(type: Javadoc) {
Expand Down

0 comments on commit 2f65c85

Please sign in to comment.