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
-- [E008] MemberNotFoundError: grpc.scala:6:12------------------------------6|importio.grpc.Grpc|^^^^^^^| value `grpc` is not a member of io
one error found
while scalac reports no error.
A workaround for error is to prefix the import: import _root_.io.grpc.
Given the recent popularity of *.io domains, a few popular Scala libraries libraries now use io as their root package. For example, Circe (https://circe.github.io/circe/) and Quill (http://getquill.io/).