Files
openide/platform/util/troveCompileOnly/intellij.platform.util.troveCompileOnly.iml
Aleksei.Cherepanov 39efbe22e4 KTIJ-29067 Return FILE_HASHING_STRATEGY for backward compatibility
Spring 2.* uses Kotlin 1.6.*, which needs FILE_HASHING_STRATEGY field for correct work of JPS

^KTIJ-29067 Fixed


Merge-request: IJ-MR-136737
Merged-by: Aleksei Cherepanov <aleksei.cherepanov@jetbrains.com>

GitOrigin-RevId: 6216268d5ce0ca82f3af43072ea0a5ef3c576e5f
2024-06-25 10:55:21 +00:00

12 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
</component>
</module>