ozontech / ozontech/kelp

KMP Support

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Kotlin
Stars
216
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Icon in completion not applied in KMP commonMain (works in androidMain)

Summary
componentFunHighlighting replaces the icon in the completion popup only for symbols coming from androidMain.
In commonMain (Kotlin Multiplatform) the default red f icon is shown; the custom SVG is not applied.
liveTemplates from the same config work, so the config is being read.

Minimal config

{
  "componentFunHighlighting": {
    "functionFqnPrefix": "dev.kigya.xxx.core.designSystem.component.",
    "functionSimpleNamePrefix": "Xxx"
  },
  "liveTemplates": []
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the implementation of componentFunHighlighting and reproduce the completion popup behavior for a symbol in commonMain versus androidMain using the minimal configuration shown. Trace how the custom SVG is selected, then verify that the custom icon appears for commonMain symbols without breaking the existing androidMain behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.