if you are running the latest 1.5 kotlin RC, is th...
# announcements
c
if you are running the latest 1.5 kotlin RC, is there a need to specify stdlib-jdk8 vs stdlib?
s
There's no need to specify a stdlib at all with newer kotlin versions. You can safely omit it.
c
thanks
e
https://kotlinlang.org/docs/whatsnew14.html#dependency-on-the-standard-library-added-by-default no need (in most circumstances) for explicit stdlib dependency since Kotlin 1.4
s
also you can swtich over from the RC to "1.5.0" now.