1414 <option name =" BUILDABLE" value =" true" />
1515 </configuration >
1616 </facet >
17+ <facet type =" kotlin-language" name =" Kotlin" >
18+ <configuration version =" 3" platform =" JVM 1.8" allPlatforms =" JVM [1.8]" useProjectSettings =" false" >
19+ <compilerSettings >
20+ <option name =" additionalArguments" value =" -Xallow-no-source-files" />
21+ </compilerSettings >
22+ <compilerArguments >
23+ <option name =" destination" value =" $MODULE_DIR$/build/classes/kotlin/main" />
24+ <option name =" classpath" value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.3.61/e91d61b7cfd9a45566b580fef18bbd5c32d505b5/kotlin-stdlib-jdk8-1.3.61.jar;C:/Users/82102/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.3.61/70dffc5f8ac5ea7c34f30deac5b9d8b1d48af066/kotlin-stdlib-jdk7-1.3.61.jar;C:/Users/82102/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.61/4702105e97f7396ae41b113fdbdc180ec1eb1e36/kotlin-stdlib-1.3.61.jar;C:/Users/82102/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.61/65abb71d5afb850b68be03987b08e2c864ca3110/kotlin-stdlib-common-1.3.61.jar;C:/Users/82102/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar" />
25+ <option name =" noStdlib" value =" true" />
26+ <option name =" noReflect" value =" true" />
27+ <option name =" moduleName" value =" AsmInterpreter" />
28+ <option name =" jvmTarget" value =" 1.8" />
29+ <option name =" languageVersion" value =" 1.3" />
30+ <option name =" apiVersion" value =" 1.3" />
31+ <option name =" pluginOptions" >
32+ <array />
33+ </option >
34+ <option name =" pluginClasspaths" >
35+ <array >
36+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.3.61/e5feb39c8de63dcbdc1154b34ca4413874231605/kotlin-script-runtime-1.3.61.jar" />
37+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-scripting-common/1.3.61/169747d90a1ccdd30b25c381a06bee3fe579bf2/kotlin-scripting-common-1.3.61.jar" />
38+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-scripting-jvm/1.3.61/b9311f022363534f8776e4392aa9c4f4d5a62a44/kotlin-scripting-jvm-1.3.61.jar" />
39+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.61/65abb71d5afb850b68be03987b08e2c864ca3110/kotlin-stdlib-common-1.3.61.jar" />
40+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.61/4702105e97f7396ae41b113fdbdc180ec1eb1e36/kotlin-stdlib-1.3.61.jar" />
41+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.2.1/3839faf625f4197acaeceeb6da000f011a2acb49/kotlinx-coroutines-core-1.2.1.jar" />
42+ <option value =" $USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar" />
43+ </array >
44+ </option >
45+ <option name =" errors" >
46+ <ArgumentParseErrors />
47+ </option >
48+ </compilerArguments >
49+ </configuration >
50+ </facet >
1751 </component >
1852 <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" >
1953 <output url =" file://$MODULE_DIR$/build/classes/java/main" />
2054 <output-test url =" file://$MODULE_DIR$/build/classes/java/test" />
2155 <exclude-output />
2256 <content url =" file://$MODULE_DIR$" >
57+ <sourceFolder url =" file://$MODULE_DIR$/src/main/kotlin" isTestSource =" false" />
2358 <sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
2459 <sourceFolder url =" file://$MODULE_DIR$/src/main/resources" type =" java-resource" />
60+ <sourceFolder url =" file://$MODULE_DIR$/src/test/kotlin" isTestSource =" true" />
2561 <sourceFolder url =" file://$MODULE_DIR$/src/test/java" isTestSource =" true" />
2662 <sourceFolder url =" file://$MODULE_DIR$/src/test/resources" type =" java-test-resource" />
2763 <excludeFolder url =" file://$MODULE_DIR$/.gradle" />
2864 <excludeFolder url =" file://$MODULE_DIR$/build" />
2965 </content >
3066 <orderEntry type =" inheritedJdk" />
3167 <orderEntry type =" sourceFolder" forTests =" false" />
68+ <orderEntry type =" library" exported =" " name =" Gradle: kotlin-stdlib-jdk8-1.3.61" level =" project" />
69+ <orderEntry type =" library" exported =" " name =" Gradle: kotlin-stdlib-jdk7-1.3.61" level =" project" />
70+ <orderEntry type =" library" exported =" " name =" Gradle: kotlin-stdlib-1.3.61" level =" project" />
71+ <orderEntry type =" library" exported =" " name =" Gradle: kotlin-stdlib-common-1.3.61" level =" project" />
72+ <orderEntry type =" library" exported =" " name =" Gradle: annotations-13.0" level =" project" />
3273 </component >
3374</module >
0 commit comments