mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 13:50:12 +08:00
Use YamlKt instead of Gson, fastjson
This commit is contained in:
parent
71a83c8509
commit
fdf12d024f
@ -32,9 +32,8 @@ dependencies {
|
||||
compileAndRuntime("net.mamoe:mirai-core:${Versions.Mirai.core}")
|
||||
compileAndRuntime(kotlin("stdlib"))
|
||||
|
||||
api("com.google.code.gson:gson:2.8.6")
|
||||
api(group = "org.yaml", name = "snakeyaml", version = "1.25")
|
||||
api(group = "com.moandjiezana.toml", name = "toml4j", version = "0.7.2")
|
||||
api("moe.him188.yamlkt:yamlkt:0.2.0")
|
||||
|
||||
api("org.jsoup:jsoup:1.12.1")
|
||||
|
||||
api("org.jetbrains:annotations:19.0.0")
|
||||
|
Loading…
Reference in New Issue
Block a user