Hi there! Is it possible to process non-kt files during compilation? I would like to provide types from files such as open api specification. Can think of 2 possible ways to do it: gradle plugin and compiler plugin. Gradle clearly has access to resource files in source sets, but lacks syntax and semantics checks, and it is less obvious how to provide IDEA support. As for compiler, i really have no clue :(