Add missing Gradle task input path sensitivity

Fix after the commit 0f003802f
This commit is contained in:
Sergey Igushkin
2018-08-21 22:34:38 +03:00
parent 04b04f919d
commit 2040cdde4b
@@ -192,6 +192,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractKo
internal var sourceSetName: String by Delegates.notNull()
@get:InputFiles
@get:PathSensitive(PathSensitivity.RELATIVE)
internal var commonSourceSet: Iterable<File> = emptyList()
@get:Input