Skip to content

不稳定版本导致无法构建 #186

Answered by ForteScarlet
Shiiyuko asked this question in Q&A
Discussion options

You must be logged in to vote

看样子是之前尝试性开启 K2 后忘了关了...
关注 issue simple-robot/simbot-component-qq-guild#123
会稍后发布一个新的版本并暂时关闭 K2 编译

v4.0.0-beta2 已发布

当然,另一种解决方式是直接给自己的项目也开启 K2 编译

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
        kotlinOptions {
            // useK2
            languageVersion = "2.0"
        }
    }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Shiiyuko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
组件:QQ 与QQ机器人组件有关的内容
2 participants