minor: small cleanup in K2 scripting support code

This commit is contained in:
Ilya Chernikov
2023-07-17 16:15:09 +02:00
committed by Space Team
parent 895a811b47
commit 776cdbcd3f
4 changed files with 8 additions and 13 deletions
@@ -86,9 +86,7 @@ object PathUtil {
val KOTLIN_SCRIPTING_PLUGIN_CLASSPATH_JARS = arrayOf(
KOTLIN_SCRIPTING_COMPILER_PLUGIN_JAR, KOTLIN_SCRIPTING_COMPILER_IMPL_JAR,
KOTLINX_COROUTINES_CORE_JAR,
KOTLIN_SCRIPTING_COMMON_JAR, KOTLIN_SCRIPTING_JVM_JAR,
JS_ENGINES_JAR
)
const val KOTLIN_TEST_NAME = "kotlin-test"