Is there any preview (alpha) version available? I’m thinking about making the DSL for Kotlin code generation, but now I’m curious if kotlinpoet already solves my needs.
j
jw
04/19/2017, 2:54 PM
No preview yet. I'll make it open when it's usable but before any 1.0. Specifically, though, it's not a DSL but rather just an API like JavaPoet. In theory there's plenty of room for a DSL on top to provide a much more terse authoring experience as well. Right now the focus is on generating the correct syntax and automatic imports.