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

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