1 2 3 4 5 6 7 8 9
package moe.nea.sharedbuild import org.gradle.api.Plugin class NoOp : Plugin<Any> { override fun apply(target: Any) { } }