pkl icon indicating copy to clipboard operation
pkl copied to clipboard

Implemented package mapping for Java/Kotlin code generation

Open netvl opened this issue 1 year ago • 1 comments

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

netvl avatar May 17 '24 03:05 netvl

@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?

netvl avatar May 17 '24 03:05 netvl

FYI @sgammon: you might be interested in this.

bioball avatar Jun 05 '24 17:06 bioball

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

sgammon avatar Jun 05 '24 19:06 sgammon