compile 'org.litote.kmongo:kmongo-coroutine:4.0.0'
but it is fine using compile 'org.litote.kmongo:kmongo-coroutine:3.10.0' , in build.gradle file.
any work around to fix this?
Starting from 4.0, minimum supported jvm is now 1.8 (was 1.6). You have to set the property jvmTarget to 1.8 (or more) in your gradle or maven descriptor