Moved constant to idea module and removed redundant dependency.

Original commit: 1f10cbb0d5
This commit is contained in:
Evgeny Gerashchenko
2015-02-12 19:33:33 +03:00
parent 723b869a9f
commit 8dca16dfd5
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -7,6 +7,5 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="idea-full" level="project" />
</component>
</module>
@@ -16,8 +16,6 @@
package org.jetbrains.kotlin.config;
import static com.intellij.openapi.components.StoragePathMacros.PROJECT_CONFIG_DIR;
public class SettingConstants {
private SettingConstants() {}
@@ -27,5 +25,4 @@ public class SettingConstants {
public static final String KOTLIN_COMPILER_SETTINGS_SECTION = "KotlinCompilerSettings";
public static final String KOTLIN_COMPILER_SETTINGS_FILE = "kotlinc.xml";
public static final String KOTLIN_COMPILER_SETTINGS_PATH = PROJECT_CONFIG_DIR + "/" + KOTLIN_COMPILER_SETTINGS_FILE;
}