embedded Kotlin
Builds the dependency notation for the named Kotlin module at the embedded version (currently 2.2.0).
Parameters
module
simple name of the Kotlin module, for example "reflect".
Applies the given Kotlin plugin module at the embedded version (currently 2.2.0).
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...