update to kotlin 1.4; fixed a bug where trying to colour a text using gdxbatch's colour would cause undesirable results

This commit is contained in:
minjaesong
2021-09-13 01:21:43 +09:00
parent 3841611780
commit 92aeb3c8aa
8 changed files with 23 additions and 64 deletions

7
.idea/kotlinc.xml generated
View File

@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Kotlin2JvmCompilerArguments">
<option name="jvmTarget" value="1.8" />
</component>
<component name="KotlinCommonCompilerArguments">
<option name="apiVersion" value="1.2" />
<option name="languageVersion" value="1.2" />
<option name="apiVersion" value="1.4" />
<option name="languageVersion" value="1.4" />
</component>
</project>