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