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
I'm getting this output when trying to run the example:
$ sbt
[info] welcome to sbt 1.6.1 (Ubuntu Java 11.0.13)
[info] loading project definition from /home/mdoo/src/creative-scala-template/project
[info] loading settings for project creative-scala-template from build.sbt ...
[info] set current project to creative-scala-template (in build file:/home/mdoo/src/creative-scala-template/)
[info] sbt server started at local:///home/mdoo/.sbt/1.0/server/c897afd13b7359922487/sock
[info] started sbt server
sbt:creative-scala-template> console
[info] Starting scala interpreter...
Welcome to Scala 2.13.7 (OpenJDK 64-Bit Server VM, Java 11.0.13).
Type in expressions for evaluation. Or try :help.
import doodle.core._
import doodle.image._
import doodle.image.syntax._
import doodle.image.syntax.core._
import doodle.java2d._
scala> Image.circle(10).draw()
^
error: value draw is not a member of doodle.image.Image
scala>
I'm getting this output when trying to run the example:
Could this be related to #3?
The text was updated successfully, but these errors were encountered: