Skip to main content

Install the Koin IDE Plugin

Follow the steps below to easily install and start using the Koin IDE Plugin in your Android Studio or IntelliJ IDEA.

Step 1: Download the plugin

Visit the JetBrains Marketplace and click on Install to get the Koin IDE Plugin. The plugin will automatically download and prepare for installation

Step 2: Validate the installation

Open Android Studio or IntelliJ IDEA after the plugin download is complete. A pop-up window will appear with a description of the Koin IDE Plugin. Click OK to complete and validate the installation.

Step 3: Create an account

To start using the plugin, you’ll need to create a Kotzilla account. Sign up directly through the plugin by clicking on the Register a new Kotzilla account button. This will redirect you to a web signup form.

info

By creating an account, you'll gain access to both the Koin IDE Plugin and the Kotzilla Platform. You'll also unlock exclusive resources, community insights, and support.

note

After the sign-up please check your email and verify your account to activate it

Step 4: Sign in

Once your account is verified, sign in to the plugin by clicling on the Sign In with Kotzilla You’ll now see the Configuration Tree View on the right side of the screen

You should also notice the Koin Insights view on the left side, giving you full access to both Koin configuration and app issues detected

To debug your app and identify issues like performance bottlenecks, thread blockages, or complex dependency graphs, you need to set up the Kotzilla SDK in your project. For Android apps you can use the SDK Wizard available in the SDK tab of this view.

info

The SDK Wizard currently supports SDK setup for Android apps using standard Gradle configurations. If your project uses Version Catalog, is a KMP (Kotlin Multiplatform) app, is an SDK library project or if you prefer to set up the SDK manually, please follow the manual setup guides for Android apps, KMP apps, and SDK Libraries

Once the setup is complete, sync and run your app to capture your first user session. The Application Issues panel will automatically show any app-related issues detected in real time.