Remove or replace deprecated kotlin-runtime artifact usages

This commit is contained in:
Ilya Gorbunov
2018-08-12 04:33:24 +03:00
parent c8becbd335
commit 16148a30c1
13 changed files with 13 additions and 19 deletions
@@ -174,7 +174,7 @@ class GenericReplTest : KtUsefulTestCase() {
internal class TestRepl(
templateClasspath: List<File> = listOf(File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-runtime.jar")),
templateClasspath: List<File> = listOf(File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-stdlib.jar")),
templateClassName: String = "kotlin.script.templates.standard.ScriptTemplateWithArgs",
repeatingMode: ReplRepeatingMode = ReplRepeatingMode.NONE
) : Closeable {