Fix Gradle plugin inputs validation issue
Also add '@Internal' annotation in interface, so it propagated to all inheritors. ^KT-52448 Fixed
This commit is contained in:
+6
@@ -43,6 +43,12 @@ interface KotlinCompileTool : PatternFilterable, Task {
|
||||
|
||||
@get:OutputDirectory
|
||||
val destinationDirectory: DirectoryProperty
|
||||
|
||||
@Internal
|
||||
override fun getExcludes(): MutableSet<String>
|
||||
|
||||
@Internal
|
||||
override fun getIncludes(): MutableSet<String>
|
||||
}
|
||||
|
||||
interface BaseKotlinCompile : KotlinCompileTool {
|
||||
|
||||
Reference in New Issue
Block a user