Fix Gradle task validation failure due to missing property annotation

This commit is contained in:
Sergey Igushkin
2019-04-11 16:27:21 +03:00
parent f9d2601d92
commit 13120d23ce
@@ -52,6 +52,10 @@ interface CompilerArgumentAwareWithInput<T : CommonToolArguments> : CompilerArgu
override val defaultSerializedCompilerArguments: List<String>
get() = super.defaultSerializedCompilerArguments
@get:Internal
override val serializedCompilerArgumentsIgnoreClasspathIssues: List<String>
get() = super.serializedCompilerArgumentsIgnoreClasspathIssues
@get:Input
override val filteredArgumentsMap: Map<String, String>
get() = super.filteredArgumentsMap