mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40: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))
|
||||
|
||||
implementation(kotlinx("serialization-runtime", Versions.serialization))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
implementation("net.mamoe.yamlkt:yamlkt:0.3.1")
|
||||
api("org.jetbrains:annotations:19.0.0")
|
||||
|
Loading…
Reference in New Issue
Block a user