Skip to content

Commit 072d65f

Browse files
authored
Update Dash.iml
1 parent d209d0b commit 072d65f

File tree

1 file changed

+45
-19
lines changed

1 file changed

+45
-19
lines changed

Dash.iml

Lines changed: 45 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,45 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="Dash" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
3-
<component name="FacetManager">
4-
<facet type="java-gradle" name="Java-Gradle">
5-
<configuration>
6-
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
7-
<option name="BUILDABLE" value="false" />
8-
</configuration>
9-
</facet>
10-
</component>
11-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
12-
<exclude-output />
13-
<content url="file://$MODULE_DIR$">
14-
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
15-
</content>
16-
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
17-
<orderEntry type="sourceFolder" forTests="false" />
18-
</component>
19-
</module>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module external.linked.project.id=":Dash" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="android-gradle" name="Android-Gradle">
5+
<configuration>
6+
<option name="GRADLE_PROJECT_PATH" value=":" />
7+
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="8.2.0" />
8+
<option name="LAST_KNOWN_AGP_VERSION" value="8.2.0" />
9+
</configuration>
10+
</facet>
11+
<facet type="kotlin-language" name="Kotlin">
12+
<configuration version="6" platform="JVM 17" allPlatforms="JVM [17]" useProjectSettings="false">
13+
<compilerSettings>
14+
<option name="additionalArguments" value="-Xallow-no-source-files -opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi -opt-in=androidx.compose.material3.ExperimentalMaterial3Api" />
15+
</compilerSettings>
16+
<compilerArguments>
17+
<option name="destination" value="$MODULE_DIR$/build/tmp/kotlin-classes/debug" />
18+
<option name="noStdlib" value="true" />
19+
<option name="noReflect" value="true" />
20+
<option name="moduleName" value="Dash_main" />
21+
<option name="languageVersion" value="1.9" />
22+
<option name="apiVersion" value="1.9" />
23+
<option name="pluginOptions">
24+
<array>
25+
<option value="plugin:org.jetbrains.kotlin.android:experimental=false" />
26+
<option value="plugin:org.jetbrains.kotlin.android:enabled=true" />
27+
<option value="plugin:org.jetbrains.kotlin.android:defaultCacheImplementation=hashMap" />
28+
</array>
29+
</option>
30+
</compilerArguments>
31+
</configuration>
32+
</facet>
33+
</component>
34+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
35+
<output url="file://$MODULE_DIR$/build/classes/kotlin/main" />
36+
<output-test url="file://$MODULE_DIR$/build/classes/kotlin/test" />
37+
<exclude-output />
38+
<content url="file://$MODULE_DIR$">
39+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
40+
<excludeFolder url="file://$MODULE_DIR$/build" />
41+
</content>
42+
<orderEntry type="inheritedJdk" />
43+
<orderEntry type="sourceFolder" forTests="false" />
44+
</component>
45+
</module>

0 commit comments

Comments
 (0)