Iñaki Villar

Iñaki Villar @cdsap

Joined:
May 13, 2022

Iñaki Villar
articles - 13 total

Results After 3 Months of Android Gradle Build Experiments with Telltale

It's been three months since I released the Telltale GitHub Pages site, automating the creation and...

Learn More 0 0Jun 23

Balancing Memory Heap and Performance in Gradle Builds

In this post, we analyze the impact of different memory heap configurations on the performance of a...

Learn More 2 0Mar 21

Gradle 8.11: Faster Configuration Cache and Improved Configuration Time

As modularization becomes increasingly common in Android projects, it increases the number of...

Learn More 22 0Nov 17 '24

Telltale: Automating Experimentation in Gradle Builds

In this article, I introduce the latest iteration of Telltale, a framework designed to automate...

Learn More 5 0Sep 28 '24

Resource observability case study: jemalloc in Android builds

As build engineers, one of our biggest concerns is running out of memory during our Gradle builds....

Learn More 6 0Aug 20 '24

Performance Impact Analysis of Gradle 8.7 in Android Projects

Yesterday was released Gradle 8.7. Our repositories are roaring with bot-generated PRs helping us...

Learn More 10 2Mar 23 '24

nowinandroid builds with Gradle 8.5 and JDK 21

Gradle 8.5 fully supports compiling, testing and running on Java 21. Java updates frequently include...

Learn More 23 2Jan 18 '24

KSP in Android projects

The Android community had awesome news this week: Dagger and Hilt KSP processors are now available in...

Learn More 4 0Sep 1 '23

A glimpse of K2 in nowinandroid

K2 is the new frontend for the Kotlin compiler. The compiler is already available for preview and is...

Learn More 10 0Aug 9 '23

Around the World in 8 remote cache nodes

Nowadays, distributed teams across different regions or countries are common in organizations....

Learn More 0 0Aug 4 '23

JDK 17: Using ParallelGC for the Kotlin process in Android Builds

In the previous article, we explained the results of using ParallelGC in the Kotlin process for the...

Learn More 4 2May 10 '23

Using ParallelGC for the Kotlin process in Android Builds

tl;dr The type of garbage collector is not inherited by the Kotlin process if it's...

Learn More 1 0Apr 19 '23

Measuring JDK updates for local builds in Android projects

Context Latest Android Gradle Plugin 8.0.0-alpha10 requires JDK17 min version for...

Learn More 9 0Dec 29 '22