Package io.github.gmazzo.codeowners
Interface CodeOwnersKotlinTargetExtension
-
- All Implemented Interfaces:
public interface CodeOwnersKotlinTargetExtension
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()If it should compute the code owners for this compilation target -
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
If it should compute the code owners for this compilation target
-
-
-
-