Paul Meshkovsky
10/28/2024, 8:04 PMkotlin {
jvmToolchain(17)
}
3. Added
implementation(kotlin("stdlib-jdk8"))
Is this a new recommended way things need to be defined???
Or is IntelliJ being optimistic ??? I been using JDK 17 with Kotlin.. .and things like Colection.stream were available without stdlib-jdk8
defined???Vampire
10/28/2024, 8:22 PM...Compatibility
by toolchains is imho always a good idea.
3. I'd say should not be necessary. Long ago you needed stdlib defined yourself, but since quite some time KGP should automatically add it for you, so I'd wonder why it should be added explicitly.Paul Meshkovsky
10/28/2024, 8:23 PMPaul Meshkovsky
10/28/2024, 8:27 PMVampire
10/28/2024, 8:31 PMVampire
10/28/2024, 8:31 PM