Is there anyway to get the kotlin dsl support in IntelliJ without importing the project as a gradle project? I'd like to be able to have proper syntax highlighting, import resolution, etc for build.gradle.kotlin files, but without the IntelliJ gradle management. We have a project at work where we don't use the IntelliJ gradle integration - instead we use the gradle idea plugin and open the generated *.ipr file.