ktl-111

Android incremental build accelerator — skip unchanged module tasks (UP-TO-DATE → SKIPPED, zero overhead). 100+ modules, 80%+ faster.Android 增量编译加速插件 — 跳过未变更 module 的 task(UP-TO-DATE → SKIPPED,0 耗时)。100+ module 项目实测提升 80%+。

27
3
100% credibility
Found Mar 12, 2026 at 26 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Kotlin
AI Summary

FastBuild is a tool that dramatically speeds up rebuilds in large app projects with many interconnected parts by skipping work on unchanged sections.

How It Works

1
🔍 Discover FastBuild

You're tired of waiting minutes for your big app project to rebuild after tiny changes, and you find this helpful tool online.

2
📥 Get the setup file

Download one simple file and place it right in your project's main folder.

3
✏️ Turn it on

Add a single line to your project's main instructions file to activate the speedup.

4
🔨 Do your first full build

Run a complete build of your app once – it learns about all the parts and gets ready.

5
✏️ Make a small change

Edit just one small piece of your app, like fixing a line of code.

6
Rebuild – it's blazing fast

Hit build again and smile as it finishes in seconds, smartly ignoring unchanged parts.

🎉 Enjoy speedy builds forever

Now every rebuild zips by, saving you hours of waiting on big projects.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 26 to 27 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is FastBuildProject?

FastBuildProject is a Kotlin-based Gradle plugin that supercharges android incremental build times in large multi-module Android projects by skipping compile tasks for unchanged modules entirely—turning UP-TO-DATE checks into true zero-overhead SKIPPED states. Drop it into your root build.gradle, run assembleDebug as usual, and it scans files (mtime + MD5) against a cached baseline, propagating changes through dependencies to avoid runtime API mismatches. Users get dramatically faster builds from the second run onward, with caches auto-managed in build/FastBuild.

Why is it gaining traction?

It delivers 80%+ speedups on real 100+ module projects—like slashing 2-minute incremental compiles to 25 seconds—without disrupting Gradle workflows or requiring android github actions build tweaks. Configs let you exclude app modules, lint tasks, or toggle integrity checks for CI versus daily dev, handling edge cases like branch switches and API changes that trip up basic caching. Developers hook on the effortless setup and measurable wins in android incremental build pain points discussed on android incremental reddit.

Who should use this?

Android engineers on massive monorepos with 100+ modules grinding through slow assembleRelease cycles. CI teams optimizing android github actions build or Gerrit checks where unchanged modules dominate. Daily devs tweaking libraries in dependency-heavy setups, especially with Kotlin interfaces prone to signature shifts.

Verdict

Promising for android incremental build acceleration in big projects, with solid bilingual docs and MIT license, but at 24 stars and 1.0% credibility score, it's early-stage—test thoroughly on your setup before production CI. Worth a spin if you're hitting minutes of Gradle UP-TO-DATE waste.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.