mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Native Kotlin Multiplatform support #17
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 @Omico on GitHub (Feb 4, 2024).
Instead of adding bindings, it would be great if we had native Kotlin Multiplatform support. More then we can use pkl in more scenarios.
For example, I am considering using pkl to provide i18n in my Kotlin Multiplatform project.
We can follow this to implement a native Kotlin lexer.