lib: kotlin removed from the repo

This commit is contained in:
minjaesong
2024-01-10 03:13:08 +09:00
parent 1b9060e358
commit 537968bb80
25 changed files with 50 additions and 125 deletions

6
.idea/kotlinc.xml generated
View File

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