栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

The following method did not exist: kotlin.collections.ArraysKt.copyInto([B[BIII)[B

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

The following method did not exist: kotlin.collections.ArraysKt.copyInto([B[BIII)[B

问题描述

在项目中使用阿里云的datahub时,由于依赖引用了okhttp,导致项目运行不了。

版本

IDEA: 2021.1.2
okhttp: 3.14.2

报错
Description:

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

    okio.Segment.writeTo(Segment.kt:169)

The following method did not exist:

    kotlin.collections.ArraysKt.copyInto([B[BIII)[B

The method's class, kotlin.collections.ArraysKt, is available from the following locations:

    jar:file:/xx/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.71/kotlin-stdlib-1.2.71.jar!/kotlin/collections/ArraysKt.class

It was loaded from the following location:

    file:/xx/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.71/kotlin-stdlib-1.2.71.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of kotlin.collections.ArraysKt
原因及解决方法

1.springboot版本问题
升级版本,2.1.1不行。但是2.2.4的可以
2.和IDEA有关,引入kotlin依赖

 
    org.jetbrains.kotlin
    kotlin-stdlib
    1.3.70
 
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/572028.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号