I have to do some assignments with Scala and I'm a newbie for this language. In the assignment, the prof requests me to implement serialization and deserialization, using twitter/chill. https://github.com/twitter/chill/
However, I don't know how to import the libary into my IDE Intellij.
Each time I use val instantiator = new ScalaKryoInstantiator.
IDE notify me that: Cannot resolve symbol ScalaKryoInstantiator.
Could anyone can help me to resolve this issue?
Thanks and Best Regards,
Long.