[Gradle] Make KaptTask.kaptPluginOptions an input of the task

#KT-58326 Fixed
This commit is contained in:
Alexander.Likhachev
2023-08-30 20:40:21 +02:00
committed by Space Team
parent 3a246d3a1d
commit 77b9860021
2 changed files with 1 additions and 2 deletions
@@ -464,7 +464,6 @@ open class Kapt3IT : Kapt3BaseIT() {
}
}
@Disabled
@DisplayName("Should incrementally rebuild on annotation processor arguments change")
@GradleTest
fun testChangeAPArgumentsICRebuild(gradleVersion: GradleVersion) {
@@ -56,7 +56,7 @@ abstract class KaptTask @Inject constructor(
@get:InputFiles
abstract val classpathStructure: ConfigurableFileCollection
@get:Internal
@get:Nested
abstract val kaptPluginOptions: ListProperty<CompilerPluginConfig>
@get:Nested