Published onOctober 26, 2025Configuration Cache and the False Economy of Gradle Helper TasksGradleAndroidProductivityCreating a new helper task in Gradle is not always a good thing, especially if you're using the configuration cache.
Published onSeptember 10, 2023Things I Keep Forgetting - Debugging Annotation Processor in Android BuildIntelliJJVMGradleAPTThere's an error in your Android build and it points to your annotation processing code. But, you can't debug it. Here's how to do it.
Published onFebruary 25, 2023Things I Keep Forgetting - Assemble vs Bundle and bundletoolsGradleToolingPart 1 of thing that I keep forgetting about in tooling and software development in general.
Published onJanuary 5, 2020Gradle Tips and Trick #1GradleAndroidByteSizeThe first series of Gradle tips and tricks that might be helpful for you