...never mind: I just inherit from `KotlinGenerator`. Cheers, Christian
Christian Meyer schrieb am Freitag, 25. Dezember 2020 um 10:26:12 UTC+1: > > 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/24c87063-9d5a-4348-87ec-02c8bbcbdda1n%40googlegroups.com.
