Replies: 1 comment 2 replies
-
I did this by adding an evaluator in my Gradle configuration.
When my |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
From the java code-gen example I see we generate java classes from pkl template and then during runtime we evaluate with a pkl file that has the actual values.
Is it possible to check pkl file during compilation phase in Java?, instead of getting runtime errors
Beta Was this translation helpful? Give feedback.
All reactions