[scripting] Fix Kotlin reflection metadata for script constructors

This commit is contained in:
Ilya Muradyan
2021-12-01 23:06:39 +03:00
committed by teamcityserver
parent 176803689a
commit 7283ea86af
4 changed files with 63 additions and 9 deletions
@@ -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"))