From 74cd449d868ddd2487d8c0b51477d112056e365a Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 15 Oct 2015 18:44:38 +0300 Subject: [PATCH] Fix runtime copying for IDEA run configuration - 'overwrite' is false by default, so now it's set to true explicitly - copy the runtime to all other plugins as well because runtimes from those plugins sometimes appear before the Kotlin one --- .idea/artifacts/KotlinAndroidExtensions.xml | 8 ++++++-- idea-runner/runner.xml | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.idea/artifacts/KotlinAndroidExtensions.xml b/.idea/artifacts/KotlinAndroidExtensions.xml index d9c051d3dc0..5d5242b5c18 100644 --- a/.idea/artifacts/KotlinAndroidExtensions.xml +++ b/.idea/artifacts/KotlinAndroidExtensions.xml @@ -1,7 +1,12 @@ - $PROJECT_DIR$/out/artifacts/KotlinAndroidExtensions + + + file://$PROJECT_DIR$/idea-runner/runner.xml + copy-runtime-for-idea-plugin + + @@ -15,7 +20,6 @@ - diff --git a/idea-runner/runner.xml b/idea-runner/runner.xml index d4684a0ccee..dc900b9540c 100644 --- a/idea-runner/runner.xml +++ b/idea-runner/runner.xml @@ -48,8 +48,9 @@ - - + + +