Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Nov 25, 2023
1 parent cee8ecb commit 721fa26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions onebot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Onebot

本模块为 [onebot-sdk](https://github.com/cnlimiter/onebot-sdk)[onebot-client](https://github.com/cnlimiter/onebot-client) 的 fork,
适配 kotlin 协程特性,增加来自 go-cqhttp、Shamrock 等实现的额外接口调用。
1 change: 0 additions & 1 deletion onebot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
compileOnly("org.slf4j:slf4j-api:2.0.1")
compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
implementation("me.him188:kotlin-jvm-blocking-bridge-runtime:3.0.0-180.1")
implementation(project(":onebot-sdk"))
implementation("org.java-websocket:Java-WebSocket:1.5.4")

annotationProcessor("org.java-websocket:Java-WebSocket:1.5.4")
Expand Down

0 comments on commit 721fa26

Please sign in to comment.