pkl
pkl copied to clipboard
Implemented package mapping for Java/Kotlin code generation
See #456 for motivation.
- [x] Implement package mapping in Java codegen, add tests
- [ ] Implement package mapping in Kotlin codegen, add tests
- [ ] Propagate configuration to the Gradle plugin
Closes #456
@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?
FYI @sgammon: you might be interested in this.
@bioball yes, I very much am! thanks for the tag. I'd be happy to test this if helpful.