KoinMeta? #2067
Unanswered
JordanLongstaff
asked this question in
Q&A
KoinMeta?
#2067
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I looked at my build files and noticed a file generated by Koin. Its path is
build/generated/ksp/main/kotlin/org/koin/ksp/generated/KoinMeta-5897645.kt
. Its body is this:Neither of these classes is used anywhere and Kover reports 0% coverage for both of them. I don't consider it a good thing to have useless, uncovered objects in my code that serve no apparent purpose. Why are they here?
Beta Was this translation helpful? Give feedback.
All reactions