Skip to content

Commit

Permalink
Makes Kotlin a compile only dependency for the primary artifact. Will…
Browse files Browse the repository at this point in the history
… update instructions to show how the stdlib is needed when using Android. (#463)
  • Loading branch information
handstandsam authored Sep 30, 2022
1 parent c64ea85 commit 7639bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions dropbox-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies {
compileOnly(dropboxJavaSdkLibs.okhttp2) // support both v2 and v3 to avoid
compileOnly(dropboxJavaSdkLibs.okhttp3) // method count bloat
compileOnly(dropboxJavaSdkLibs.appengine.api)
compileOnly(dropboxJavaSdkLibs.kotlin.stdlib)

testImplementation 'org.testng:testng:6.9.10'
testImplementation 'org.mockito:mockito-core:1.10.19'
Expand Down
5 changes: 0 additions & 5 deletions dropbox-sdk-java/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
com.fasterxml.jackson.core:jackson-core:2.7.9
org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21
org.jetbrains.kotlin:kotlin-stdlib:1.6.21
org.jetbrains:annotations:13.0

0 comments on commit 7639bd5

Please sign in to comment.