Files
openide/fleet/rhizomedb/fleet.rhizomedb.iml
Titouan Bion 6c9df4d083 [fleet] Migrate build.gradle.kts close to imls (actual migration)
(cherry picked from commit f9500472c3aaab65af9a9b4503fd660a42733b14)

FLEET-MR-5097

GitOrigin-RevId: 5255a7dc692bc4b680205bef947d8d4af7eed7b7
2024-09-19 21:51:43 +00:00

32 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="5" platform="JVM 17" allPlatforms="JVM [17]" useProjectSettings="false">
<compilerSettings>
<option name="additionalArguments" value="-opt-in=kotlin.ExperimentalStdlibApi -Xallow-kotlin-package" />
</compilerSettings>
<compilerArguments>
<stringArguments>
<stringArg name="jvmTarget" arg="17" />
<stringArg name="apiVersion" arg="2.0" />
<stringArg name="languageVersion" arg="2.0" />
</stringArguments>
</compilerArguments>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="fleet.util.core" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
</component>
</module>