Skip to content

Commit

Permalink
fix: 修复未应用suspend-transform插件的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 11, 2024
1 parent 426f837 commit 6a87ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
`simbot-onebot-dokka-partial-configure`

`simbot-onebot-suspend-transform-configure`
alias(libs.plugins.ksp)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
`simbot-onebot-dokka-partial-configure`
// 没用到
// `simbot-onebot-suspend-transform-configure`

alias(libs.plugins.ksp)
}
Expand Down

0 comments on commit 6a87ad9

Please sign in to comment.