Medet Zhakupov

Results 3 issues of Medet Zhakupov

Mocking below suspend function type ```kotlin someFunction: suspend () -> Boolean ``` throws `NullPointerException`. If I remove suspend keyword and use simple mocking like ```kotlin on { invoke() }.doReturn {...

**Description** We use molecule library in our project. And unitests for Composable presenter functions we have are failing when adding paparazzi as dependency. The stacktrace is: ``` Exception in thread...

bug

When I run below command it succeeds but no binary file being generated ```groovy commandLine( "java", "-jar", koverJar.canonicalPath, "instrument", outputDir, "--dest", outputDir, ) ``` Am I missing something?

Question
S: waiting for clarification