"Caching for kapt is currently disabled by default, even with --build-cache, because Gradle does not yet have a way to map inputs and outputs for annotation processors."
Copy code
kapt {
useBuildCache = true
}
What are the likely problems you will see if you use build caching with kapt?