This message was deleted.
# community-support
s
This message was deleted.
e
no
at runtime the version of Kotlin stdlib will come from the Gradle running your plugin/buildSrc code, even if you do manage to force the dependency, and then your code won't work
1
a
you can check the language-level that Gradle uses here: https://docs.gradle.org/current/userguide/compatibility.html#kotlin
thank you 1