Does anyone know how to create a kotlin file progr...
# arrow
i
Does anyone know how to create a kotlin file programmatically?
k
If you want to create Kotlin source code, I would suggest Kotlin Poet by square
i
But it needs kapt right ?
k
It's not required. But it highly depends on when you need the code to be generated. If it is enough at runtime, you wouldn't need kapt. You could also create a Gradle task to avoid kapt afaik.