Tuist now supports Gradle

We’ve been teasing it for a while, but it’s finally here – Tuist now supports Gradle.

For years, we’ve been helping iOS teams move faster with features like build insights, remote caching, and flaky test detection. But the challenges of scaling builds aren’t unique to Xcode. Gradle teams deal with the same pain. So we built first-class Gradle support.

What’s included:

  • Build insights: visibility into task execution and cache behavior without extra configuration
  • Remote build cache: integrates with Gradle’s built-in caching, backed by global infrastructure
  • Test insights and flaky test detection: automatically quarantines unreliable tests so they stop blocking your PRs
  • Bundle insights: analyze both .aab and .apk files with size regression tracking and GitHub/Slack integration

Getting started

Install the Tuist CLI and initialize your project:

tuist init

Then apply the plugin in your settings.gradle.kts:

plugins {
    id("dev.tuist") version "0.2.2"
}

What’s next

All features are free right now as a thank you to early supporters. Remote cache pricing will come later in 2026, but everything else stays included. We’re also launching a native Tuist Android app for previews later this month :eyes:

For more details, check out the full blog post.