apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.85k stars 258 forks source link

Implemented package mapping for Java/Kotlin code generation #499

Closed netvl closed 3 weeks ago

netvl commented 1 month ago

See #456 for motivation.

Closes #456

netvl commented 1 month ago

@bioball - I've started the package mapping implementation, just wanted to show the overall direction before I start implementing it for Kotlin. What do you think?

bioball commented 4 weeks ago

FYI @sgammon: you might be interested in this.

sgammon commented 4 weeks ago

@bioball yes, I very much am! thanks for the tag. I'd be happy to test this if helpful.