OverlayBuild

internal class OverlayBuild(val jarEntries: Map<File, List<String>>, val renameFor: RenameFor, val pinned: LanguageVersion?, val failed: MutableSet<File>)

What a shard build reads: the entries to widen, whether each jar's bytes get renamed, the metadata level for the rebuilt kotlin_module, and where to record a jar that would not open.

Constructors

Link copied to clipboard
constructor(jarEntries: Map<File, List<String>>, renameFor: RenameFor, pinned: LanguageVersion?, failed: MutableSet<File>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pinned: LanguageVersion?
Link copied to clipboard