Open or-dvir-endios opened 1 month ago
do you use only koin-androidx-compose
with koin-android
? No other library deps?
do you use only
koin-androidx-compose
withkoin-android
? No other library deps?
do you mean if we depend on any other library other than koin? sure, we have other dependencies in our project. some examples: firebase, gson, google maps, coil, coroutines, lifecycle, mockk...
Describe the bug i have previously reported an issue regarding mixing of "normal" koin for android views and koin for compose here as the issue has been closed, i am opening a new one.
we upgraded our koin version to
4.0.0
and are now facing the following error:i should note that in our project we do NOT use the function
LinkedHashMap.compose()
, so it must be an internal call.To Reproduce Steps to reproduce the behavior:
version.koin
is4.0.0
):build.gradle
, so it "depends" on your dependencies file:apply from: "<url to your repository/dependencies file">
Expected behavior The project should compile without any errors
Koin module and version: see all
koin
libraries used instep 1
underto reproduce
sectionSnippet or Sample project to help reproduce not possible at the moment