[Home](./index.md) > [@keymanapp/kmc-package](./kmc-package.md) > [KmpCompilerResult](./kmc-package.kmpcompilerresult.md) ## KmpCompilerResult interface Build artifacts from the .kps compiler **Signature:** ```typescript export interface KmpCompilerResult extends KeymanCompilerResult ``` **Extends:** KeymanCompilerResult ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [artifacts](./kmc-package.kmpcompilerresult.artifacts.md) | | [KmpCompilerArtifacts](./kmc-package.kmpcompilerartifacts.md) | Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with [KmpCompiler.write()](./kmc-package.kmpcompiler.write.md) |