[Build] Set language version in project to 1.9

This commit is contained in:
Dmitriy Novozhilov
2023-02-01 16:02:23 +02:00
committed by Space Team
parent 1422654470
commit 6d6c6f072b
+1 -1
View File
@@ -60,7 +60,7 @@ val kotlinVersion by extra(
} ?: buildNumber
)
val kotlinLanguageVersion by extra("1.8")
val kotlinLanguageVersion by extra("1.9")
extra["kotlin_root"] = rootDir