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