org.jetbrains.kotlin.plugin.sam.with.receiver
Owner: Kotlin Team
Kotlin Sam-with-receiver compiler plugin
Sources: https://github.com/jetbrains/kotlin
Version 1.7.20
1.7.20
Created 29 September 2022.
Kotlin Sam-with-receiver compiler plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlin.plugin.sam.with.receiver") version "1.7.20"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlin:kotlin-sam-with-receiver:1.7.20") } } apply(plugin = "org.jetbrains.kotlin.plugin.sam.with.receiver")
- Applying plugins to all subprojects .