Upgraded to Kotlin 1.7.20

This commit is contained in:
Erik C. Thauvin 2022-09-30 22:45:46 -07:00
parent 56fa17703c
commit 1e2f2ccee9
16 changed files with 55 additions and 34 deletions

7
.idea/kotlinc.xml generated
View file

@ -5,7 +5,10 @@
<option name="sourceMapPrefix" />
</component>
<component name="KotlinCommonCompilerArguments">
<option name="apiVersion" value="1.6" />
<option name="languageVersion" value="1.6" />
<option name="apiVersion" value="1.7" />
<option name="languageVersion" value="1.7" />
</component>
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.7.10" />
</component>
</project>