Resolving a problem of mocking final classes in Kotlin and running tests in Java Modules from Android Studio.
In Kotlin classes are final by default and to be able to mock them you have to make additional configuration. You can find thousands of tutorials how to mock...