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
Currently, kotlin_labs definitions are imported implicitly, so they don't need to be imported, but we probably intend to change this in the future, making the explicit @link import necessary.
In #5413 we already show a warning for such missing imports.
The migration helper could automatically add the imports, to avoid warnings and ease of transition to the future behavior change.