mirror of
https://github.com/apple/pkl.git
synced 2026-05-04 14:14:29 +02:00
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.