From e2494a235ddb4cfc4d5b4887c4ce919ac320acce Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Thu, 16 Feb 2012 21:11:43 +0400 Subject: [PATCH] README for idea_runner --- idea_runner/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 idea_runner/README.md 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