From e766339c81e830d4de067c6c5cc6353c37c39756 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Wed, 1 Sep 2021 16:13:44 +0300 Subject: [PATCH] Add config for compiler test helper plugin This config stores list of directories with testdata, so test plugin helper will work for .kt files in them --- .idea/kotlinTestDataPluginTestDataPaths.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .idea/kotlinTestDataPluginTestDataPaths.xml diff --git a/.idea/kotlinTestDataPluginTestDataPaths.xml b/.idea/kotlinTestDataPluginTestDataPaths.xml new file mode 100644 index 00000000000..400b5b130dc --- /dev/null +++ b/.idea/kotlinTestDataPluginTestDataPaths.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file