What problem does it solve?
Helps developers avoid manual inspection of Gradle dependency trees by automating the discovery and extraction of resolved versions for key libraries (kotlin, kotlinx, skiko, androidx) and producing human-readable reports.
Core Features & Use Cases
- Executes Gradle dependency-tree commands (via a provided Gradle wrapper) and extracts the configuration section commonMainResolvableDependenciesMetadata.
- Parses dependency-tree outputs to resolve final versions (handles upgrade markers and strict constraints) and generates categorized Markdown reports grouped by Kotlin, Kotlinx, Skiko, Compose Multiplatform, JetBrains AndroidX, and AndroidX.
- Includes one-click scripts for batch processing multiple Compose Multiplatform versions and a Python parser that formats output exactly as specified for downstream consumption.
- Use case: Inspect transitive version upgrades and produce a reproducible Markdown report for Compose Multiplatform 1.10.0 to verify kotlin/kotlinx/skiko/androidx version alignment.
Quick Start
Ask the assistant to check the dependency versions for Compose Multiplatform 1.10.0 and show the report if available.