diff --git a/.idea/artifacts/KotlinPlugin.xml b/.idea/artifacts/KotlinPlugin.xml index ac27fd5a7da..67773a4f97a 100644 --- a/.idea/artifacts/KotlinPlugin.xml +++ b/.idea/artifacts/KotlinPlugin.xml @@ -46,6 +46,7 @@ + diff --git a/.idea/modules.xml b/.idea/modules.xml index 6a7c4e23e7d..a372392662f 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -61,6 +61,7 @@ + @@ -68,4 +69,4 @@ - + \ No newline at end of file diff --git a/build.xml b/build.xml index c7d2767fd14..28feac4e329 100644 --- a/build.xml +++ b/build.xml @@ -94,6 +94,7 @@ + @@ -113,6 +114,7 @@ + @@ -227,6 +229,7 @@ + diff --git a/compiler/frontend/frontend.iml b/compiler/frontend/frontend.iml index 7575d3ca199..15545ccb1bf 100644 --- a/compiler/frontend/frontend.iml +++ b/compiler/frontend/frontend.iml @@ -14,5 +14,6 @@ + \ No newline at end of file diff --git a/compiler/resolution/resolution.iml b/compiler/resolution/resolution.iml new file mode 100644 index 00000000000..de68b2cfa8f --- /dev/null +++ b/compiler/resolution/resolution.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file