Why gradle doesn't reexecute the `kapt` task after...
# kapt
b
Why gradle doesn't reexecute the
kapt
task after I change an argument in the extensions?
Copy code
kapt {
    arguments { 
        arg("foo", "bar") // I change "bar" for anything else and kapt is not reexecuted.
    }
}
t
Please open a Kotlin issue, looks like a bug in Kapt Gradle plugin