get back reflect in jvmMain of koin module

This commit is contained in:
2025-03-14 14:16:46 +06:00
parent 831bf44e34
commit 6fb20fb973

View File

@@ -16,12 +16,14 @@ kotlin {
} }
jvmMain { jvmMain {
dependencies { dependencies {
api libs.kt.reflect
api project(":micro_utils.coroutines") api project(":micro_utils.coroutines")
} }
} }
androidMain { androidMain {
dependencies { dependencies {
api libs.kt.reflect api libs.kt.reflect
api project(":micro_utils.coroutines")
} }
} }
} }