Join Slack
Powered by
if you are running the latest 1.5 kotlin RC, is th...
# announcements
c
Chuck Canning
04/27/2021, 11:13 PM
if you are running the latest 1.5 kotlin RC, is there a need to specify stdlib-jdk8 vs stdlib?
s
serebit
04/27/2021, 11:14 PM
There's no need to specify a stdlib at all with newer kotlin versions. You can safely omit it.
c
Chuck Canning
04/27/2021, 11:15 PM
thanks
e
ephemient
04/27/2021, 11:23 PM
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
Stephan Schroeder
04/28/2021, 8:58 AM
also you can swtich over from the RC to "1.5.0" now.
3
Views
Open in Slack
Previous
Next