Currently IntelliJ supports setting a classpath for kotlin ScriptTemplateDefinition classes (so we can get code assistance for new .kts file types), but this requires building the project first. So on first load IntelliJ throws internal errors until the classes are built and the IDE is reloaded with the ScriptTemplateDefinitions on the classpath. Is there any way to point IntelliJ at source files instead of class files?