Make kotlin stdlib dependency compileOnly (#3291)

This commit is contained in:
Anuraag Agrawal 2021-06-14 16:56:02 +09:00 committed by GitHub
parent ceaa92ad36
commit 7b0be0d603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
kotlin.stdlib.default.dependency=false

View File

@ -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"