embeddedKotlin

fun ERROR CLASS: Symbol not found for DependencyHandler.embeddedKotlin(module: String): Any(source)

Builds the dependency notation for the named Kotlin module at the embedded version (currently 2.3.21).

Parameters

module

simple name of the Kotlin module, for example "reflect".


fun ERROR CLASS: Symbol not found for PluginDependenciesSpec.embeddedKotlin(module: String): ERROR CLASS: Symbol not found for PluginDependencySpec(source)

Applies the given Kotlin plugin module at the embedded version (currently 2.3.21).

For example: plugins { embeddedKotlin("plugin.serialization") }

Visit the plugin portal to see the list of available plugins.

Since

8.3

Parameters

module

simple name of the Kotlin Gradle plugin module, for example "jvm", "android", "kapt", "plugin.allopen" etc...