https://kotlinlang.org logo
Title
s

sam

03/13/2022, 9:31 PM
Kotest 5.2 has been released https://kotest.io/docs/changelog.html
🎉 7
c

charleskorn

03/13/2022, 9:31 PM
I might just be impatient, but should there be a new version of the Gradle plugin as well? https://plugins.gradle.org/plugin/io.kotest.multiplatform is still showing 5.1.0 as the latest version.
s

sam

03/13/2022, 9:32 PM
Good reminder. Technically no, as it hasn't changed, but I will release to keep the versions in sync.
c

charleskorn

03/13/2022, 9:32 PM
Awesome, thanks.
Doesn’t the Gradle plugin version dictate which version of the Kotlin/Native compiler plugin is used by default? (so if you’re using the 5.1 Gradle plugin, you get the 5.1 compiler plugin, for example)
s

sam

03/13/2022, 9:33 PM
No, it looks to see which version of the engine you have in your classpath
👍 1
c

charleskorn

03/13/2022, 9:37 PM
Thanks!