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 {
dependencies {
api libs.kt.reflect
api project(":micro_utils.coroutines")
}
}
androidMain {
dependencies {
api libs.kt.reflect
api project(":micro_utils.coroutines")
}
}
}