Remove test dependencies from kotlin-scripting-compiler-js

This commit is contained in:
Nikolay Krasko
2021-12-22 13:31:12 +03:00
committed by teamcity
parent e955fa429b
commit 8ef20aa045
@@ -20,22 +20,10 @@ dependencies {
api(project(":kotlin-scripting-compiler"))
api(kotlinStdlib())
compileOnly(intellijCore())
testApi(project(":compiler:frontend"))
testApi(project(":compiler:plugin-api"))
testApi(project(":compiler:util"))
testApi(project(":compiler:cli"))
testApi(project(":compiler:cli-common"))
testApi(project(":compiler:backend.js"))
testApi(projectTests(":compiler:tests-common"))
testApi(commonDependency("junit:junit"))
testImplementation(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
}
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {