mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 23:50:15 +08:00
Add explicit kotlin-reflect dependency
This commit is contained in:
parent
cc8ec67340
commit
a555137da5
@ -58,6 +58,7 @@ dependencies {
|
|||||||
compileAndRuntime(kotlin("stdlib-jdk8", Versions.kotlinStdlib))
|
compileAndRuntime(kotlin("stdlib-jdk8", Versions.kotlinStdlib))
|
||||||
|
|
||||||
implementation(kotlinx("serialization-runtime", Versions.serialization))
|
implementation(kotlinx("serialization-runtime", Versions.serialization))
|
||||||
|
implementation(kotlin("reflect"))
|
||||||
|
|
||||||
implementation("net.mamoe.yamlkt:yamlkt:0.3.1")
|
implementation("net.mamoe.yamlkt:yamlkt:0.3.1")
|
||||||
api("org.jetbrains:annotations:19.0.0")
|
api("org.jetbrains:annotations:19.0.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user