This is generating kotlin DSL classes that only support a helper for the builder pattern. If possible it would be nice to generate Kotlin only classes. Is it possible to generate kotlin only classes? Kotlin only class would also allow for kotlin extensions.
I am trying to generate koltin classes in an Android project and running into some issues.
This is generating kotlin DSL classes that only support a helper for the builder pattern. If possible it would be nice to generate Kotlin only classes. Is it possible to generate kotlin only classes? Kotlin only class would also allow for kotlin extensions.