Package io.github.gmazzo.codeowners
Interface CodeOwnersKotlinSourceSet
-
- All Implemented Interfaces:
-
io.github.gmazzo.codeowners.CodeOwnersKotlinTargetExtension,io.github.gmazzo.codeowners.CodeOwnersSourceSet,org.gradle.api.Named
public interface CodeOwnersKotlinSourceSet implements CodeOwnersSourceSet, CodeOwnersKotlinTargetExtension
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersSourceSet
getClasses, getMappings, getSources -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersKotlinTargetExtension
getEnabled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-