Fix FirMultiModuleResolveTestGenerated tests

This commit is contained in:
Aleksei Cherepanov
2020-06-30 14:16:52 +03:00
parent 8ba131290a
commit b9b068ff63
@@ -54,7 +54,7 @@ private object ScriptCompilationConfigurationForExtensionAndIdeConsoleRoots : Sc
// required for the scripts after the kotlin stdlib/script-runtime, and set wholeClasspath to false
dependenciesFromClassContext(
ScriptCompilationConfigurationForExtensionAndIdeConsoleRoots::class,
"kotlin-stdlib", "kotlin-script-runtime",
"kotlin-stdlib",
wholeClasspath = true
)
PluginManagerCore.getPlugins().forEach {