Files
openide/platform/platform-impl/codeinsight-inline/intellij.platform.ide.codeinsight.inline.iml
Artem Savelev d1bba1490c JBAI-11103 Raw version of user-dependent features implementation
Updated some names, got rid of a redundant UserFactor class.

Some more cleaning & redundancy removing

Updated some names, got rid of a redundant UserFactor class.

Some more cleaning & redundancy removing

Class naming conflicts resolved

Minor logic change in ARFactors

Replaced the custom `Day` and `DayImpl` classes with library `LocalDate` for date representation

AR factor minar change

AR Factors implementation bug fix

fixup! JBAI-11103 changed basic properties to getters and added some documentation


(cherry picked from commit c3951f4df63cc556f5ebe963426e9ee593150761)

IJ-CR-159351

GitOrigin-RevId: 5f4b3a085483981e890e37cf2e9a2f232fed3f4a
2025-04-08 11:39:42 +00:00

45 lines
2.2 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" />
</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>$KOTLIN_BUNDLED$/lib/kotlinx-serialization-compiler-plugin.jar</args>
</arrayArg>
<arrayArg name="pluginOptions" />
</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="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.platform.ml" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.ui" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="fleet.util.core" />
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
</component>
</module>