Alexander Schell
08/14/2020, 8:15 AMjava.lang.NoClassDefFoundError: kotlin/coroutines/AbstractCoroutineContextKey
I thought adding kotlinx-coroutines-core to my pom.xml would be enough...?
kotlin: 1.3.72
kotlinx-coroutines-core: 1.3.7 - Also tried it with 1.3.5: Same result...gildor
08/14/2020, 9:01 AMAlexander Schell
08/14/2020, 9:04 AMgildor
08/14/2020, 9:07 AMkotlin-stdlib-jre8
this is old name of the same artifact which existed before Kotlin 1.2, so it may also bring old stdlib to classpath and I not sure how maven dependency resolution will work in this caseAlexander Schell
08/14/2020, 9:11 AMgildor
08/14/2020, 9:11 AMAlexander Schell
08/14/2020, 9:16 AMgildor
08/14/2020, 9:18 AM