Hi! I just recently started trying to use coroutin...
# announcements
e
Hi! I just recently started trying to use coroutines (in an app that uses spring boot, fwiw) and I keep getting this error:
java.lang.ClassNotFoundException: kotlin.coroutines.jvm.internal.SuspendLambda
I’m using gradle to build the project and have this in place
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
(using old version b/c we’re on kotlin 1.3.20 for now) Any ideas what might be going on?
l
there's #coroutines and #spring channels, that might help. the spring-fu project has a coroutines sample too
e
awesome, thanks for the info!