Skip to content

Instantly share code, notes, and snippets.

@baole
Created July 15, 2026 18:27
Show Gist options
  • Select an option

  • Save baole/4fa979a0b694016117ff1447aef91ca9 to your computer and use it in GitHub Desktop.

Select an option

Save baole/4fa979a0b694016117ff1447aef91ca9 to your computer and use it in GitHub Desktop.
architecture_test_what.md
View What it sees well What it misses
JVM bytecode Compiled classes and class dependencies Kotlin source intent, source sets, Gradle project boundaries, some compiler-plugin effects
Kotlin source scan Packages, imports, declarations, modifiers, annotations The real Gradle module graph and project dependency policy
Gradle graph inspection Modules, source sets, declared project dependencies Source-level imports, public signatures, visibility, and type leakage
Linters Local style and single-file quality Whole-project structure and architectural ownership
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment