Fix inter-project IC with new MPP for JS/JVM targets
#KT-26275 Fixed #KT-29966 Fixed
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class IncrementalModuleInfo(
|
||||
val dirToModule: Map<File, IncrementalModuleEntry>,
|
||||
val nameToModules: Map<String, Set<IncrementalModuleEntry>>,
|
||||
val jarToClassListFile: Map<File, File>,
|
||||
// only for js
|
||||
// only for js and mpp
|
||||
val jarToModule: Map<File, IncrementalModuleEntry>
|
||||
) : Serializable {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user