Upgrade to Kotlin 1.8.20

Closes gh-34879
This commit is contained in:
Stephane Nicoll
2023-04-06 13:25:26 +02:00
parent 6876556b60
commit 5c1c0a2b2e
3 changed files with 7 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ class KotlinPluginActionIntegrationTests {
assertThat(configured).containsExactly("help");
}
else {
assertThat(configured).containsExactlyInAnyOrder("help", "clean", "compileKotlin", "compileTestKotlin");
assertThat(configured).containsExactlyInAnyOrder("help", "clean");
}
}