Anyone having issues with injecting into `@Composa...
# koin
n
Anyone having issues with injecting into `@Composable`s? Using
koin 2.2.0-rc-2
with
kotlin 1.4.10
. More details in thread
I’m getting
Copy code
Caused by: org.koin.core.error.NoBeanDefFoundException: No definition found for class:'java.lang.Object'. Check your definitions!
However the injecting into Activities, fragments works well, so it shouldn’t be a module definition problem
@John O'Reilly checked out BikeShare and I didn’t notice any differences between the setup apart from the version (however decrementing it didn’t solve my issue) 😐