Extract kotlinLanguageVersion to gradle.properties

Read it when building docs in order to keep
docs version filter/language analyzer version in sync with
the language version used to compile libraries.
This commit is contained in:
Ilya Gorbunov
2023-02-19 08:01:21 +01:00
committed by Space Team
parent 28ae0c1649
commit 3b97bfb426
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ val kotlinVersion by extra(
} ?: buildNumber
)
val kotlinLanguageVersion by extra("1.9")
val kotlinLanguageVersion: String by extra
extra["kotlin_root"] = rootDir