Добавление поддержки java 8 (1.8), команда /vpsecure reload

This commit is contained in:
2026-06-11 13:18:20 +03:00
parent 873b116f16
commit 3a9c2f7e65
6 changed files with 48 additions and 8 deletions
+10
View File
@@ -1,5 +1,15 @@
<?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="apiVersion" value="2.1" />
<option name="languageVersion" value="2.1" />
</component>
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.2.20-RC2" />
</component>