Hi! I am using SQLDelight with PostgreSQL and R2DBC (I first used JDBC but switched to R2DBC yesterday). I'm using it exclusively on JVM in a multiplatform, multi module project. It works fine during the Gradle build and at runtime, but the IntelliJ plugin does not seem to support my project properly. Whenever I edit a .sq file the IntelliJ plugin will generate the JDBC version of the code files which is quite annoying. Is there a way to reload the project, etc. to solve it or do I just have to live with it?