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:
committed by
Space Team
parent
28ae0c1649
commit
3b97bfb426
+1
-1
@@ -63,7 +63,7 @@ val kotlinVersion by extra(
|
||||
} ?: buildNumber
|
||||
)
|
||||
|
||||
val kotlinLanguageVersion by extra("1.9")
|
||||
val kotlinLanguageVersion: String by extra
|
||||
|
||||
extra["kotlin_root"] = rootDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user