Files
openide/fleet/util/core/fleet.util.core.iml
Mikhail Filippov bf43f2fc01 IJPL-150165 bump Kotlin language and API version
GitOrigin-RevId: a59dc8ca214a5047773fccf1cf28a1e1b07acf68
2024-08-30 22:15:55 +00:00

47 lines
2.3 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="-Xjvm-default=all -Xlambdas=class" />
</compilerSettings>
<compilerArguments>
<stringArguments>
<stringArg name="jvmTarget" arg="17" />
<stringArg name="apiVersion" arg="2.0" />
<stringArg name="languageVersion" arg="2.0" />
</stringArguments>
<arrayArguments>
<arrayArg name="pluginClasspaths">
<args>
<arg>$KOTLIN_BUNDLED$/lib/kotlinx-serialization-compiler-plugin.jar</arg>
</args>
</arrayArg>
</arrayArguments>
</compilerArguments>
</configuration>
</facet>
</component>
<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="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" exported="" name="io.lacuna:bifurcan" level="project" />
<orderEntry type="library" exported="" name="kotlinx-serialization-core" level="project" />
<orderEntry type="library" exported="" name="kotlinx-serialization-json" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-slf4j" level="project" />
<orderEntry type="module" module-name="fleet.util.logging.api" exported="" />
<orderEntry type="library" exported="" name="fastutil-min" level="project" />
<orderEntry type="library" exported="" name="kotlinx-collections-immutable" level="project" />
<orderEntry type="module" module-name="fleet.reporting.api" />
<orderEntry type="module" module-name="fleet.preferences" />
<orderEntry type="module" module-name="fleet.util.os" />
<orderEntry type="library" name="slf4j-api" level="project" />
</component>
</module>