Starting with Kotlin 1.4, we don't have to include...
# announcements
a
Starting with Kotlin 1.4, we don't have to include
stdlib
dependency anymore, it's included by default. Does it detect automatically what Java version I'm targeting ? So if I target
Java 1.8
, will it download
kotlin-stdlib-jdk8
? Same for
Java 1.7
?