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.1.0-160.1
0.1.0-160.1
Created 23 December 2021.
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.1.0-160.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.him188:kotlin-dynamic-delegation-gradle:0.1.0-160.1") } } apply(plugin = "me.him188.kotlin-dynamic-delegation")
- Applying plugins to all subprojects .