[scripting] Fix Kotlin reflection metadata for script constructors
This commit is contained in:
committed by
teamcityserver
parent
176803689a
commit
7283ea86af
@@ -21,7 +21,7 @@ dependencies {
|
||||
testImplementation(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core"))
|
||||
|
||||
testRuntimeOnly(project(":kotlin-compiler"))
|
||||
testRuntimeOnly(project(":kotlin-reflect"))
|
||||
testImplementation(project(":kotlin-reflect"))
|
||||
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||
|
||||
embeddableTestRuntime(project(":kotlin-scripting-jvm-host"))
|
||||
|
||||
Reference in New Issue
Block a user