Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An attempt was made to call a method that does not exist. The attempt was made from the following location: io.github.wechaty.utils.JsonUtils.<clinit>(JsonUtils.kt:12) #98

Open
casanovawu opened this issue May 11, 2021 · 1 comment

Comments

@casanovawu
Copy link

An attempt was made to call a method that does not exist. The attempt was made from the following location:

io.github.wechaty.utils.JsonUtils.<clinit>(JsonUtils.kt:12

Correct the classpath of your application so that it contains a single, compatible version of com.fasterxml.jackson.module.kotlin.KotlinModule

@Turbolisten
Copy link

添加依赖
<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.11.0</version> </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants