crabhi / celery-java

Java implementation of Celery client and worker
MIT License
97 stars 29 forks source link

When i use celery in kotlin i had java.lang.NoClassDefFoundError: com/google/common/collect/Streams #22

Closed kubitre closed 4 years ago

kubitre commented 4 years ago

image

crabhi commented 4 years ago

Hi, this looks like the library google common isn't part of the runtime classpath. Celery-java needs it to work.

kubitre commented 4 years ago

can u say how i can fixed it?

crabhi commented 4 years ago

Sorry, no idea about your setup. This is not an issue of the library but how you set up your project.