| 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 |
Created
July 15, 2026 18:27
-
-
Save baole/4fa979a0b694016117ff1447aef91ca9 to your computer and use it in GitHub Desktop.
architecture_test_what.md
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kotlin Architecture Tests: What They Are and Why They Matter - Part 1/3
Kotlin Architecture Tests: Why Konture Exists - Part 2/3
Kotlin Architecture Tests with Konture: A Practical Guide - Part 3/3