Skip to content

Unresolved reference: AutoCloseKoinTest #11

@AhmedMaad

Description

@AhmedMaad

The project has a problem that it doesn't resolve this import import org.koin.test.AutoCloseKoinTest

So, a dependency should be added for koin test to your build.gradle module file inside the dependencies{} section like this:
implementation "io.insert-koin:koin-test:2.2.3"

This will result in another error: Failed to resolve: junit:junit:4.13.2
So, change the junitVersion to 4.12 inside your build.gradle project file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions