diff --git a/idea_runner/README.md b/idea_runner/README.md new file mode 100644 index 00000000000..bc1b0f32d2e --- /dev/null +++ b/idea_runner/README.md @@ -0,0 +1,2 @@ +This module exists for the sole purpose of providing the classpath for the IDEA run configuration. +This run configuration takes a plugin from the KotlinPlugin artifact instead of the project's 'out' directory, which makes it possible for our plugin to depend on other plugins such as JUnit plugin. \ No newline at end of file