You might be able to use `Class.forName("<filen...
# announcements
d
You might be able to use
Class.forName("<filename>Kt")
to pick it up at runtime, but I’ve never tried and I’m not sure it would be a good idea to do it that way.