Switch kotlin version to 1.9
with appropriate fixes in testdata, tests and other places.
This commit is contained in:
committed by
Space Team
parent
e2403c801f
commit
66544a4e00
@@ -18,7 +18,7 @@ import org.gradle.api.Project
|
||||
*
|
||||
* e.g. if a developer set's
|
||||
*
|
||||
* `defaultSnapshotVersion.kotlin_build.expected_value=1.6.255-SNAPSHOT` and the value gets bumped to `1.8.255-SNAPSHOT` after pulling from master,
|
||||
* `defaultSnapshotVersion.kotlin_build.expected_value=1.6.255-SNAPSHOT` and the value gets bumped to `1.9.255-SNAPSHOT` after pulling from master,
|
||||
* the developer will notice this during project configuration phase.
|
||||
*/
|
||||
fun Project.checkExpectedGradlePropertyValues() {
|
||||
|
||||
Reference in New Issue
Block a user