Scala: fixing error “streamable is not a member of io”

You can get an error if you do this:

import scala.io.Streamable

Or this…

import io.Streamable

These are actually in this package:

import scala.reflect.io.Directory
import scala.reflect.io.Streamable

Leave a Reply

Your email address will not be published. Required fields are marked *