Anyone having issues with injecting into `@Composable`s? Using
koin 2.2.0-rc-2
with
kotlin 1.4.10
. More details in thread
nrobi
10/12/2020, 10:26 AM
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
nrobi
10/12/2020, 10:28 AM
@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) 😐