putCompilation

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

Record a new compilation of a module version. The version must already exist in the repository. The compilation key must not yet have a compilation 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.