In the [Requirements](<https://docs.spring.io/spri...
# spring
h
In the [Requirements](https://docs.spring.io/spring-framework/docs/5.0.0.BUILD-SNAPSHOT/spring-framework-reference/kotlin.html#requirements) paragraph, I wouldn't list the different
stdlib
variants. As Spring 5 has a JRE8 baseline anyway, I would [only] require the
kotlin-stdlib-jre8
version.
s
Yeah but in practice we don't leverage jre8 specific methods
kotlin-stdlib-jre8
is just adding those in addition to
kotlin-stdlib
so not sure