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
View File
@@ -31,6 +31,7 @@ systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
cacheRedirectorEnabled=true
defaultSnapshotVersion=1.9.255-SNAPSHOT
kotlinLanguageVersion=1.9
kotlin.build.gradlePlugin.version=0.0.39