kraken.build
kraken.build
context
module-attribute
context: Context
When importing this object, you always get the current kraken.core.Context
that you would also receive by
calling kraken.core.Context.current()
at the same instant in your code. This is a convenience helper for build
scripts that need access to the build context.
project
module-attribute
project: Project
When importing this object, you always get the current kraken.core.Project
that you would also receive by
calling kraken.core.Project.current()
at the same instant in your code. This is a convenience helper for build
scripts that needs access to their project.