Настройки IDE

This commit is contained in:
2024-09-15 14:41:09 +04:00
parent 4c75b87656
commit aee37eb500
11 changed files with 171 additions and 0 deletions

13
.idea/kotlinc.xml generated Normal file
View File

@@ -0,0 +1,13 @@
<?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="2.0" />
<option name="languageVersion" value="2.0" />
</component>
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.10" />
</component>
</project>