KMP Support
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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