You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importkotlin.coroutines.*classCfun C.resume() =0/** * [Continuation.resume] // is unresolved*/funusage() =0
but (replaced star import )
importkotlin.coroutines.resumeclassCfun C.resume() =0/** * [Continuation.resume] // is resolved*/funusage() =0
vmishenev
changed the title
Unresolved KDoc link to two extensions with the same name
[K2] Unresolved KDoc link to two extensions with the same name
May 28, 2024
At the same time if an extension is renamed, it is resolved
The text was updated successfully, but these errors were encountered: