Skip to content

Releases: ozontech/kelp

v1.5.0

27 Mar 07:31

Choose a tag to compare

  • feature: untilBuild is no longer specified to improve compatibility with future IDE versions
  • feature: JSON schema for config.json
  • chore: version bumps
Helpful suggestions and documentation Full JSON schema can be viewed (even with examples!)
Screenshot 2026-03-27 at 10 36 43 Screenshot 2026-03-27 at 10 37 03

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Nov 15:20

Choose a tag to compare

Features

  • Сolor preview now supports properties of any type (not just Color)
  • Сolors, paddings and corner radii can be filtered by their hex/value while in code completion popup

How to Install

  1. Make sure that you are using Android Studio Otter | 2025.2.1 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

v1.3.0

27 Nov 13:35

Choose a tag to compare

Features

  • Inlay hints for padding and corner radius
  • componentFunHighlighting and demoApp now support multiple function specs. iconsRendering supports multiple class specs
    • This caused a backwards-compatible change in the config.json schema. All current configs work with the 1.3.0 plugin, but configs using new spec don't work with pre-1.3.0 plugin.

How to Install

  1. Make sure that you are using Android Studio Otter | 2025.2.1 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

v1.2.0

12 Nov 12:16

Choose a tag to compare

Features

  • Gradle 9.2.0
  • Kotlin 2.2.0
  • IntelliJ Platform Gradle Plugin 2.10.4
  • Latest supported Android Studio version is Otter | 2025.2.1

How to Install

  1. Make sure that you are using Android Studio Otter | 2025.2.1 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

v1.1.1

12 Mar 07:52

Choose a tag to compare

Fixes

  • KDoc image rendering doesn't work for library sources

How to Install

  1. Make sure that you are using Android Studio Meerkat | 2024.3.1 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

v1.1.0

07 Mar 09:53

Choose a tag to compare

Features

  • KDoc rendering for the next intellij versions
  • Do not create plugin presence file in projects without config.json
  • DemoJetIntentionAction
  • Kotlin K2 support
  • Custom plugin repo

Fixes

  • Demojet intention doesn't work on functions from compiled libs
  • "open in demo app" line marker was displayed next to non-public functions

Gradle Plugin Fixes

  • Remove the feature of checking ide plugins version form the gradle plugin
  • Proper io channel closing in the gradle plugin
  • Gradle plugin is incompatible with the configuration cache
  • Gradle plugin's "ide absence warning" incorrectly renders in the IDE

How to Install

  1. Make sure that you are using Android Studio Meerkat | 2024.3.1 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

ideRepo

04 Jul 05:27

Choose a tag to compare

v1.0.0

04 Jul 04:24

Choose a tag to compare

What's Changed

  • feature: custom plugin repo
  • feature: custom gutter icon to open demo app
  • feature: remove toml dependency
  • feature: demo app apk via gutter icon
  • feature: migration to IntelliJ Platform Gradle Plugin 2.x
  • feature: Kelp Gradle Plugin
  • fix: componentFunHighlighting uses one icon in multiple projects, ignoring other project's config
  • fix: gradle plugin is incompatible with the configuration cache
  • fix: proper io channel closing in the gradle plugin
  • fix: gradle plugin's "ide absence warning" incorrectly renders in the IDE
  • fix: optional params are marked as required in the gradle plugin
  • fix: remove usages of ExpUiIcons to avoid compatibility issues

Full Changelog: v0.0.8...v1.0.0

How to Install

  1. Make sure that you are using Android Studio Koala | 2024.1.1 Canary 3 or later

  2. In Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...
    add the following url:

    https://github.com/ozontech/kelp/releases/download/ideRepo/updatePlugins.xml
    
  3. Close this window, select "Marketplace", type "kelp" into the search box and click "Install" (full tutorial)

https://github.com/ozontech/kelp?tab=readme-ov-file#-installation

v0.0.8

22 May 22:40

Choose a tag to compare

What's Changed

  • feature: fully custom live templates from config + mutableStateOf template

Full Changelog: v0.0.7...v0.0.8

How to Install

  1. Make sure that you are using Android Studio Koala | 2024.1.1 Canary 3 or later
  2. Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

v0.0.7

22 May 15:48

Choose a tag to compare

What's Changed

  • feature: experimental support for IntelliJ IDEA
  • feature: grazie pro incompatibility notification
  • fix: error notification is not displayed when config.json is malformed

Full Changelog: v0.0.6...v0.0.7

How to Install

  1. Make sure that you are using Android Studio Koala | 2024.1.1 Canary 3 or later
  2. Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...