has anyone used jOOQ, with the gradle plugin to trigger code gen, in a kotlin multiplatform project? The jOOQ code generator gradle plugin expects a SourceSet instance in its configuration, and I can't figure out how to get one from a KotlinSourceSet (is that possible?)