Detect and resolve Koin configuration and app issues — including performance, complexity, and crashes — directly in Android Studio or IntelliJ, with no code changes required!
Visualize your app's Koin configuration including modules, components and their dependencies to prevent runtime errors.
Detect issues as you write code, including missing dependencies and circular dependencies without needing to launch a compilation.
Identify slow startups, performance issues in components and dependency resolution, thread blockages, and complex dependency graphs.
Prioritize the resolution of performance issues, architectural problems, and crashes based on issue severity and number of impacted user sessions.
Drill into specific user sessions to visualize the execution flow of components and dependencies, including how they are distributed across threads and screen navigation.
Identify issues by the impacted classes, with detailed insights into which components or dependencies (i.e, ViewModel
, ListenableWorker
) are causing the most problems.
Debug Kotlin apps and SDK libraries directly in your IDE, from development to production, for Android and KMP projects.