Endre Deak
05/19/2022, 11:00 PMPoet
where I have full control on the generated Kotlin source code including removing redundant qualifiers, etc. My google research did not lead me any further than just construct the source as a String and write it to a file.Chris Lee
05/19/2022, 11:08 PMMatteo Mirk
05/20/2022, 8:13 AMNote: In order to maximize portability, KotlinPoet generates code with explicit visibility modifiers. This ensures compatibility with both standard Kotlin projects as well as projects using explicit API mode.
Endre Deak
05/20/2022, 2:27 PM