Join Slack
Powered by
What would be the best way to generate Kotlin prog...
# getting-started
r
Rescribet
02/10/2022, 1:54 PM
What would be the best way to generate Kotlin programs? E.g. an AST API which can be used to generate kt files or do compiler validation with
t
Tim Oltjenbruns
02/10/2022, 2:07 PM
maybe you’re looking for KotlinPoet?
Tim Oltjenbruns
02/10/2022, 2:08 PM
https://github.com/square/kotlinpoet
r
Rescribet
02/10/2022, 2:30 PM
@Tim Oltjenbruns
Ah, seems excellent, thank you!
Open in Slack
Previous
Next