Is there a clever way to get `@Configuration` to work in an Android project, or will I need to manua...
j
Is there a clever way to get
@Configuration
to work in an Android project, or will I need to manually add every module? I can't find a way to combine using
@KoinApplication
and also providing android context and work manager
1
Answered my own question, there are two different
startKoin
functions, I needed to import the one generated by ksp!
👍 1
a
exact 👍
🙇 1