jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 872 forks source link

update to coroutines 1.3.1 #959

Open ehartford opened 4 years ago

ehartford commented 4 years ago

because I am using coroutines 1.3.1 in my project, I get error when I try to depend on mapdb.

Error:Kotlin: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class kotlinx.coroutines.CoroutineExceptionHandler.Key, unresolved supertypes: kotlin.coroutines.CoroutineContext.Key

Can you please upgrade mapdb to use 1.3.1?