putCompilation

fun putCompilation(versionKey: ModuleVersionKey, compilationKey: ModuleCompilationKey, compilation: ModuleCompilation)

Record a new compilation of a ModuleVersion. The version must already exist in the repository. The compilation key must not yet have a ModuleCompilation associated with it.

Parameters

versionKey

The ModuleVersionKey identifying the version of a module's source.

compilationKey

The ModuleCompilationKey under which to record the compilation.

compilation

The ModuleCompilation to add.