NoClassDefFoundError: kotlin/enums/EnumEntriesKt #183
-
涉及的编程语言Java 涉及的组件库mirai (QQ) 疑问描述启动项目的时候报错Factory method 'applicationConfigurationProperties' threw exception; nested exception is java.lang.NoClassDefFoundError: kotlin/enums/EnumEntriesKt,参考了 https://github.com/orgs/simple-robot/discussions/17 解决未果,也尝试单独引入 org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10 也不行,麻烦大佬帮忙看看
使用依赖
|
Beta Was this translation helpful? Give feedback.
Answered by
ForteScarlet
Jan 16, 2024
Replies: 1 comment 1 reply
-
增加一个 properties: <kotlin.version>1.9.21<kotlin.version> 或者手动添加此版本的 Kotlin 依赖,或者更新spring boot到更新的版本,比如3.x。这是因为较低的spring版本内的 Kotlin 版本信息拉低了整个项目的 Kotlin 版本, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HFYGitHub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
增加一个 properties:
或者手动添加此版本的 Kotlin 依赖,或者更新spring boot到更新的版本,比如3.x。这是因为较低的spring版本内的 Kotlin 版本信息拉低了整个项目的 Kotlin 版本,
kotlin/enums/EnumEntriesKt
我印象中应该是 Kotlin 1.8.x 的内容,不过用 1.9.x 问题也不大