Remove kotlin core libs from javaagent distro (#2238)

This commit is contained in:
Trask Stalnaker 2021-02-10 01:42:08 -08:00 committed by GitHub
parent c91bff41cb
commit 7d373c7141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -16,11 +16,9 @@ muzzle {
} }
} }
dependencies { dependencies {
implementation deps.opentelemetryKotlin compileOnly deps.opentelemetryKotlin
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72'
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
testImplementation deps.opentelemetryKotlin
testImplementation deps.kotlin testImplementation deps.kotlin
testImplementation deps.coroutines testImplementation deps.coroutines
} }