mirror of
https://github.com/apple/pkl.git
synced 2026-01-16 08:26:56 +01:00
* Add `getEffectiveOutputFiles` and `getEffectiveOutputDirs` to `EvalTask`, and mark them as output files/dirs so they are tracked by Gradle. This enables implicit dependency tracking between two tasks. * Fix usage of `file()` notation in Gradle scripts when on Windows.
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL