I\'ve used the Intellij UI Designer to create forms for a project. Everything works fine when I\'m building with idea as it handles compiling the forms for me, but as we rec
The forms_rt library is in mavenCentral. http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22forms_rt%22
forms_rt
Once you have configured IntelliJ to update the SourceCode it is sufficient to just add the library to the dependencies in your build.gradle.
build.gradle
dependencies { compile 'com.intellij:forms_rt:7.0.3' }