Kotlin 1.8 language and API versions

GitOrigin-RevId: d019dab5535d6f9405514bb0efb7ffa6cd27f5b0
This commit is contained in:
Daniil Ovchinnikov
2023-01-07 13:16:21 +00:00
committed by intellij-monorepo-bot
parent a15c4b5895
commit 30fa6f95fa
81 changed files with 165 additions and 171 deletions
@@ -9,8 +9,8 @@
<compilerArguments>
<stringArguments>
<stringArg name="jvmTarget" arg="11" />
<stringArg name="apiVersion" arg="1.7" />
<stringArg name="languageVersion" arg="1.7" />
<stringArg name="apiVersion" arg="1.8" />
<stringArg name="languageVersion" arg="1.8" />
</stringArguments>
</compilerArguments>
</configuration>