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.
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Kotlin usage and allow us to serve you better.
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.
The text was updated successfully, but these errors were encountered: