Sort source to output mapping before writing to caches
#KT-32902 Fixed
Original commit: 4b9a852745
This commit is contained in:
@@ -635,7 +635,9 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
|
|||||||
}
|
}
|
||||||
?: representativeTarget
|
?: representativeTarget
|
||||||
|
|
||||||
return outputItemCollector.outputs.groupBy(SimpleOutputItem::target, SimpleOutputItem::toGeneratedFile)
|
return outputItemCollector.outputs
|
||||||
|
.sortedBy { it.outputFile }
|
||||||
|
.groupBy(SimpleOutputItem::target, SimpleOutputItem::toGeneratedFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun updateLookupStorage(
|
private fun updateLookupStorage(
|
||||||
|
|||||||
Reference in New Issue
Block a user