Remove test dependencies from kotlin-scripting-compiler-js
This commit is contained in:
@@ -20,22 +20,10 @@ dependencies {
|
|||||||
api(project(":kotlin-scripting-compiler"))
|
api(project(":kotlin-scripting-compiler"))
|
||||||
api(kotlinStdlib())
|
api(kotlinStdlib())
|
||||||
compileOnly(intellijCore())
|
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 {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" { projectDefault() }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||||
|
|||||||
Reference in New Issue
Block a user