put Compilation
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
version Key
The ModuleVersionKey identifying the version of a module's source.
compilation Key
The ModuleCompilationKey under which to record the compilation.
compilation
The ModuleCompilation to add.