chore: kotlin reflect

This commit is contained in:
hstyi
2025-06-14 16:47:30 +08:00
committed by GitHub
parent 26a06b1c91
commit 15131fefd1
2 changed files with 6 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ kotlin-stdlib
Apache License 2.0 Apache License 2.0
https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt
kotlin-reflect
Apache License 2.0
https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt
kotlin-stdlib-jdk7 kotlin-stdlib-jdk7
Apache License 2.0 Apache License 2.0
https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt

View File

@@ -63,6 +63,8 @@ dependencies {
// implementation(platform(libs.koin.bom)) // implementation(platform(libs.koin.bom))
// implementation(libs.koin.core) // implementation(libs.koin.core)
api(kotlin("reflect"))
api(libs.slf4j.api) api(libs.slf4j.api)
api(libs.pty4j) api(libs.pty4j)
api(libs.slf4j.tinylog) api(libs.slf4j.tinylog)