Unit tests for koltin top-level functions

1. Reflection
2. Errors encountered:

问题
Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
解决:

The problem is a missing dependency in build.gradle.

Just add the following to fix.

dependencies { ... implementation "org.jetbrains.kotlin:kotlin-reflect" ... } Issue : resolve androidTestImplementation 'org.mockito:mockito-inline3.12.4'





insert image description here

Acho que você gosta

Origin blog.csdn.net/github_37610197/article/details/128397393
Recomendado
Clasificación