Skip to content

Commit

Permalink
Make kotlin stdlib dependency compileOnly (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Jun 14, 2021
1 parent ceaa92a commit 7b0be0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotlin.stdlib.default.dependency=false
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ muzzle {
}
dependencies {
compileOnly "io.opentelemetry:opentelemetry-extension-kotlin"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

testImplementation "io.opentelemetry:opentelemetry-extension-kotlin"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Expand Down

0 comments on commit 7b0be0d

Please sign in to comment.