Skip to content

Commit 72edd96

Browse files
authored
fix: set kotlin language version (#17606)
Set the kotlin language version to be the same as java. Fixes #17574
1 parent abbf5a2 commit 72edd96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow-plugins/flow-gradle-plugin/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ functionalTest {
196196
}
197197

198198
kotlin {
199+
jvmToolchain {
200+
languageVersion.set(JavaLanguageVersion.of(17))
201+
}
199202
explicitApi()
200203
}
201204

0 commit comments

Comments
 (0)