I am getting Error "java.lang.IllegalStateException: Another SimpleCache instance uses the folder:" I am working with SimpleExoPlayer and this error shows when I create a single instance of simplecache.
Logic
single<Cahce> {
SimpleCache(File(""), evictor, dbProvider)
}