mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
32bc75bf50
Also, change `java.time.@Nullable Duration` to `@Nullable java.time.Duration` to reduce the chance of false positive errors in IDEs.
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.