Make plugin classpath serialization path agnostic
This is needed for correct usage of portable caches ^KT-63799 Fixed
This commit is contained in:
committed by
Space Team
parent
ea85b30f88
commit
c002af6365
+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user