Closed cortinico closed 3 years ago
Explicit dependencies on kotlin-stdlib artifact are unnecessary (unless you want to specifically target a variant of the standard library).
The dependency is added automatically as you add the kotlin("jvm") plugin. Ref: https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
kotlin("jvm")
Good to know!
Explicit dependencies on kotlin-stdlib artifact are unnecessary (unless you want to specifically target a variant of the standard library).
The dependency is added automatically as you add the
kotlin("jvm")
plugin. Ref: https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library