Hi Lukas! Since the enum `org.jooq.codegen.AbstractGenerator.Language` is package private there seems to be no way to write a code generator that generates kotlin code.
Currently, any method implemented in `DefaultGeneratorStrategy` and `AbstractGeneratorStrategy` must be reimplemented due to that. This is very unfortunate... Can you either make `Language` public in the next release or show a way how to achieve it without using `Language`? Cheers, Christian -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/7e98ab79-a50d-428b-8d1e-66b99465133fn%40googlegroups.com.
