Make plugin classpath serialization path agnostic

This is needed for correct usage of portable caches

^KT-63799 Fixed
This commit is contained in:
Aleksei.Cherepanov
2023-11-24 21:22:11 +01:00
committed by Space Team
parent ea85b30f88
commit c002af6365
9 changed files with 14 additions and 21 deletions
@@ -119,7 +119,8 @@ abstract class RelocatableCacheTestCase(
val facet = KotlinFacetSettings()
facet.useProjectSettings = false
facet.compilerArguments = K2JVMCompilerArguments().apply {
pluginClasspaths = arrayOf(module1Lib.absolutePath)
// Add both libraries inside and outside project
pluginClasspaths = arrayOf(module1Lib.absolutePath, libraryJar.absolutePath)
}
it.container.setChild(