package moe.nea.sharedbuild import org.gradle.api.Plugin class NoOp : Plugin { override fun apply(target: Any) { } }