Hi, I made an issue about K2 and code completion, until it was process, someone already met this issue?
m
mglukhikh
02/24/2025, 10:10 AM
@sergey.bogolepov Do you maybe know something about it?
s
sergey.bogolepov
02/24/2025, 11:59 AM
Hey. Unfortunately, no. In general, cinterop does not rely on Kotlin frontend. However there are a few related things that theoretically might go wrong:
• cinterop generates frontend metadata in a surprising for K2 way.
• Native-specific K2 code might not handle some edge case.
Let's wait on the reproducer from the support first.
f
François
02/24/2025, 12:02 PM
Thanks!
My issue happen in a certain context not in a classic project,
So I guess the second one 😄