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": []
}
Icon in completion not applied in KMP commonMain (works in androidMain)
Summary
componentFunHighlightingreplaces the icon in the completion popup only for symbols coming fromandroidMain.In
commonMain(Kotlin Multiplatform) the default redficon is shown; the custom SVG is not applied.liveTemplatesfrom the same config work, so the config is being read.Minimal config
{ "componentFunHighlighting": { "functionFqnPrefix": "dev.kigya.xxx.core.designSystem.component.", "functionSimpleNamePrefix": "Xxx" }, "liveTemplates": [] }