net.twisterrob.gradle.common.TargetChecker.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twister-quality-common Show documentation
Show all versions of twister-quality-common Show documentation
Shared classes between checkers (not to be consumed directly).
package net.twisterrob.gradle.common
interface TargetChecker {
var checkTargetName: String
}