解决okhttp引用了kotlin,应用启动有警告日志问题

文件大小超限提示不准确问题
This commit is contained in:
zhangdaiscott
2022-02-25 11:09:17 +08:00
parent e364b950ca
commit 7bdc1b06d3
2 changed files with 9 additions and 2 deletions

View File

@ -239,6 +239,11 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<!-- 解决okhttp引用了kotlin,应用启动有警告日志问题 -->
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>
</dependencies>
</project>