It's not ready, but it's getting there
# kapt
j
It's not ready, but it's getting there
y
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
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.
👌 3