mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 13:21:51 +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
14 lines
500 B
XML
14 lines
500 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="Kotlin2JsCompilerArguments">
|
|
<option name="moduleKind" value="plain" />
|
|
</component>
|
|
<component name="Kotlin2JvmCompilerArguments">
|
|
<option name="jvmTarget" value="1.8" />
|
|
</component>
|
|
<component name="KotlinCommonCompilerArguments">
|
|
<option name="languageVersion" value="1.1" />
|
|
<option name="apiVersion" value="1.1" />
|
|
<option name="coroutinesWarn" value="true" />
|
|
</component>
|
|
</project> |