com.github.tunguski.interfacer
Owner: Marek Romanowski
Add interfaces to classes generated by other plugins
https://github.com/tunguski/interfacer
Sources: https://github.com/tunguski/interfacer
Version 0.0.6.1 (latest)
0.0.6.1
Created 17 December 2020.
Add interfaces to classes generated by other plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.tunguski.interfacer") version "0.0.6.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.tunguski:interfacer-gradle-plugin:0.0.6.1") } } apply(plugin = "com.github.tunguski.interfacer")
- Applying plugins to all subprojects .