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.