Skip to main content

Overview of Kotzilla Platform

The Kotzilla Platform is a performance monitoring tool designed for Kotlin developers using Koin. It uses the Koin container to help you visualize and resolve performance issues in your Android and Kotlin Multiplatform apps without manual instrumentation, ensuring a unified experience across both development and production environments.

The platform is composed of three main components: the Koin IDE Plugin, the Kotzilla SDK, and the Kotzilla Console.

  • The Koin IDE Plugin, helps visualize your Koin dependency graph in Android Studio or IntelliJ and identify issues related to your Koin configuration before runtime. When connected with the Kotzilla SDK, it also detects app-specific problems such as performance issues, complex dependency trees, and crashes, and interacts with the Kotzilla Console to assist with root cause analysis and provide deeper insight.

  • The Kotzilla SDK is a lightweight and efficient performance monitoring SDK that integrates into your Kotlin application, using Koin’s containerization capabilities to automatically gather essential data required to identify performance issues in your app, all with minimal overhead.

  • The Kotzilla Console is a web-based tool that automatically detects critical app issues and provides graphical views to help you investigate and analyze performance bottlenecks, crashes, and architectural issues, enabling fast root cause analysis and efficient resolution.