I am writing a toy Akka example to get some understanding of the concepts. I am having trouble importing the akka model into my project in intelij. I am making the below import statement
import akka.actor.Actor
The error messgae reads
cannot resolve the symbol Akka
Is there an additional step to working with akka that I have missed ? Why does the compiler not recognise the import ?