发现这些包类找不到,但是看maven依赖是有的,之前2.6版本的时候没这问题
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core-jvm</artifactId>
<version>2.7.1-dev-1</version>
</dependency>
看字节码文件,发现有这个一行
// This class file was compiled with different version of Kotlin compiler and can't be decompiled.
//
// Current compiler ABI version is 1.1.16
// File ABI version is 1.5.1
之前2.6的时候可以反编译成功,大概是因为编译版本不一致,由于不懂kotlin,不知道如何在idea中设置这些啊,有没有大佬告知一下,尝试了半天无果