You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After changing Koin version from 3.5.6 to 4.0.0 such exception occurs:
FATAL EXCEPTION: main
Process: com.example.debug, PID: 12536
java.lang.NoSuchMethodError: No virtual method getScopes()Ljava/util/HashSet; in class Lorg/koin/core/module/Module; or its super classes (declaration of 'org.koin.core.module.Module'
The problem arises because of lib which uses Koin 3.3.3
To Reproduce
Add Koin dependency with 4.0.0 version
Add any lib which uses lower version like 3.3.3
Run Android app
Expected behavior
The app should start and Koin initialised successfully.
The text was updated successfully, but these errors were encountered:
FireHook
changed the title
Koin 4.0.0 Compatibility issue with aar lib which used Koin 3.3.3
Koin 4.0.0 Compatibility issue with lib which used Koin 3.3.3
Oct 23, 2024
Describe the bug
After changing Koin version from
3.5.6
to4.0.0
such exception occurs:The problem arises because of lib which uses Koin 3.3.3
To Reproduce
Add Koin dependency with 4.0.0 version
Add any lib which uses lower version like 3.3.3
Run Android app
Expected behavior
The app should start and Koin initialised successfully.
Koin module and version:
koin = "4.0.0"
The text was updated successfully, but these errors were encountered: