mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
- Test InputStream() on VirtualComputer (blocking/unblocking using simple semaphore) -- no more dirty lua impl of io.read - Typealias Kotlin 1.1 - Primitive box drawing on VideoCard - Removing unnecessary fonts Former-commit-id: cece88af3a3430678e685856eec78b4a9d598b4f Former-commit-id: 22eed3a7beb9b4cb34636cbab2ff0e94989bdb31
59 lines
2.3 KiB
XML
59 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="FacetManager">
|
|
<facet type="Lua" name="Lua">
|
|
<configuration SdkName="LuaJ" />
|
|
</facet>
|
|
<facet type="kotlin-language" name="Kotlin">
|
|
<configuration version="1">
|
|
<option name="compilerInfo">
|
|
<KotlinCompilerInfo>
|
|
<option name="compilerSettings">
|
|
<CompilerSettings />
|
|
</option>
|
|
<option name="k2jsCompilerArguments">
|
|
<K2JSCompilerArguments>
|
|
<option name="moduleKind" value="plain" />
|
|
</K2JSCompilerArguments>
|
|
</option>
|
|
<option name="k2jvmCompilerArguments">
|
|
<K2JVMCompilerArguments>
|
|
<option name="jvmTarget" value="1.6" />
|
|
</K2JVMCompilerArguments>
|
|
</option>
|
|
<option name="_commonCompilerArguments">
|
|
<DummyImpl>
|
|
<option name="languageVersion" value="1.1" />
|
|
<option name="apiVersion" value="1.1" />
|
|
<option name="coroutinesEnable" value="true" />
|
|
</DummyImpl>
|
|
</option>
|
|
</KotlinCompilerInfo>
|
|
</option>
|
|
<option name="useProjectSettings" value="false" />
|
|
<option name="versionInfo">
|
|
<KotlinVersionInfo>
|
|
<option name="apiLevel" value="1.1" />
|
|
<option name="languageLevel" value="1.1" />
|
|
<option name="targetPlatformName" value="JVM 1.8" />
|
|
</KotlinVersionInfo>
|
|
</option>
|
|
</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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/assets" type="java-resource" />
|
|
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
|
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/core" />
|
|
<excludeFolder url="file://$MODULE_DIR$/desktop" />
|
|
<excludeFolder url="file://$MODULE_DIR$/gradle" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="lib" level="project" />
|
|
</component>
|
|
</module> |