Moved constant to idea module and removed redundant dependency.
Original commit: 1f10cbb0d5
This commit is contained in:
@@ -7,6 +7,5 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="idea-full" level="project" />
|
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
package org.jetbrains.kotlin.config;
|
package org.jetbrains.kotlin.config;
|
||||||
|
|
||||||
import static com.intellij.openapi.components.StoragePathMacros.PROJECT_CONFIG_DIR;
|
|
||||||
|
|
||||||
public class SettingConstants {
|
public class SettingConstants {
|
||||||
private 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_SECTION = "KotlinCompilerSettings";
|
||||||
|
|
||||||
public static final String KOTLIN_COMPILER_SETTINGS_FILE = "kotlinc.xml";
|
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;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user