[CLI] K2JVMCompilerArguments: Model classpath as Array<String>
to allow interning individual file-path arguments on the IDE KTIJ-24976
This commit is contained in:
committed by
Space Team
parent
7f91e94e7a
commit
9dcd40d7b7
@@ -958,7 +958,7 @@ open class KotlinJpsBuildTest : KotlinJpsBuildTestBase() {
|
||||
Files.copy(libraryJar.toPath(), module1Lib.toPath(), StandardCopyOption.REPLACE_EXISTING)
|
||||
|
||||
assert(module1Lib.exists())
|
||||
(facet.compilerArguments as K2JVMCompilerArguments).classpath = module1Lib.path
|
||||
(facet.compilerArguments as K2JVMCompilerArguments).classpath = arrayOf(module1Lib.path)
|
||||
|
||||
it.container.setChild(
|
||||
JpsKotlinFacetModuleExtension.KIND,
|
||||
|
||||
Reference in New Issue
Block a user