me.him188.kotlin-dynamic-delegation
Owner: Him188
Kotlin compiler plugin that allows class delegation to be dynamic like property delegations
https://github.com/him188/kotlin-dynamic-delegation
Sources: https://github.com/him188/kotlin-dynamic-delegation.git
Version 0.3.0-162.2
0.3.0-162.2
Created 26 April 2022.
Kotlin compiler plugin that allows class delegation to be dynamic like property delegations
Add this plugin to your build using the plugins DSL:
plugins {
id("me.him188.kotlin-dynamic-delegation") version "0.3.0-162.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.him188:kotlin-dynamic-delegation-gradle:0.3.0-162.2") } } apply(plugin = "me.him188.kotlin-dynamic-delegation")
- Applying plugins to all subprojects .