Files
openide/platform/syntax/syntax-scripts/intellij.platform.syntax.scripts.iml
Max Medvedev ead98a3249 IJPL-162853 introduce a script for converting a message bundle to a kotlin class
GitOrigin-RevId: d00ed622cc312ca6f37ebc3ab043b4eed170a191
2025-04-12 14:47:00 +00:00

13 lines
573 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" 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="kotlin-stdlib" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
</component>
</module>