mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Weird error trying to run examples in kotlin #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 11, 2024).
I have explained it here: https://github.com/apple/pkl-jvm-examples/issues/6
@odenix commented on GitHub (Feb 14, 2024):
The likely reason is that Pkl doesn’t yet support Windows. But I think it’s on the roadmap (see #20).
@bioball commented on GitHub (Feb 14, 2024):
Yup, @translatenix is right. We're aiming to support Windows in our next release (0.26, targeted for June).
For now, to use Pkl on Windows, the best method is to run it via WSL.
Closing this as a duplicate of #20
@mitchcapper commented on GitHub (Feb 23, 2024):
You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with
c:will likely not work, and for another all slashes must be forward slashes.