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

No static method makeOptions$default(Lorg/koin/core/module/Module;ZZILjava/lang/Object;)Lorg/koin/core/definition/Options; in #1837

Open
rafiwew opened this issue Mar 31, 2024 · 0 comments

Comments

@rafiwew
Copy link

rafiwew commented Mar 31, 2024

    implementation("io.insert-koin:koin-core:3.5.3")
    implementation("io.insert-koin:koin-android:3.5.3")
    implementation("io.insert-koin:koin-android-viewmodel:2.2.3") {
        exclude group: 'io.insert-koin', module: 'koin-android-scope'
    }

val favoriteModule = module {
    viewModel { FavoriteViewModel(get()) }
}

loadKoinModules(favoriteModule)

I have 1 dynamic feature for favorites, can anyone help me? but it has an error like the title of this issue

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

1 participant