Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@Morfly Morfly released this 02 Jul 19:21
· 193 commits to master since this release

Airin Starlark Library Generator

Library generator - is a new component that allows generating Kotlin DSL for Starlark rules or functions.
It is implemented as a Kotlin Symbol Processor (KSP) and allows to describe desired functions using corresponding annotations.
Check the docs to learn more.

Airin Starlark Template Engine

Improved DSL for load statements that now allow creating references from loaded variables.
Check the docs to learn more.