Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Koin ScreenModel inject crash starting from 1.1.0-alpha04 #443

Open
leonardovallem opened this issue Jun 12, 2024 · 1 comment
Open

Koin ScreenModel inject crash starting from 1.1.0-alpha04 #443

leonardovallem opened this issue Jun 12, 2024 · 1 comment

Comments

@leonardovallem
Copy link

Using Screen.getScreenModel() on versions up to 1.1.0-alpha03 works fine. However, starting from 1.1.0-alpha04 up to the latest version (1.1.0-beta02), using either Screen.getScreenModel() or Screen.koinScreenModel() causes a crash with the following error:

java.lang.NoClassDefFoundError: Failed resolution of: Lorg/koin/compose/stable/StableHoldersKt;

Looks very similar to this issue.

@MeLlamoPablo
Copy link

This solution from the linked thread worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants