SnappyDB
SnappyDB copied to clipboard
The type com.esotericsoftware.kryo.Kryo cannot be resolved. It is indirectly referenced from required .class files
It's not working with my android app.
snappyDB depends on Kryo do serialize / deserialize objects add this to your build.gradle file
compile 'com.esotericsoftware.kryo:kryo:2.24.0'