trying to use koin-androidx-compose
together with "normal" koin (non-compose) causes compilation error with function java.util.LinkedHashMap.compose()
#2025
Labels
question
Usage question
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
The text was updated successfully, but these errors were encountered: