loadKotlinArtifacts

abstract fun loadKotlinArtifacts(artifacts: Collection<String>, version: String? = null)

Loads Kotlin standard artifacts (org.jetbrains.kotlin:kotlin-$name:$version)

Parameters

artifacts

Names of the artifacts substituted to the above line

version

Version of the artifacts to load. Current Kotlin version will be used by default