Mikhail Fedotov

Results 50 comments of Mikhail Fedotov

I reproduced this issue on a library from maven central. (using java8 for gradle in a sample project) Moreover artefact on maven central is not backward compatible with kotlin older...

I am facing the same issue. Running all tests with `>>` runs Gradle test configuration which works, but running single test via`>` or all tests from kotest window (from ide...

Here is a minimal sample project https://github.com/nsk90/kotestIssueNoClassFound/blob/main/app/src/test/java/com/example/myapplication/ExampleUnitTest.kt

You need Android SDK properly installed. Do you use Android Studio? I assume, usually it installs SDK automatically. Go to `Settings -> Laguages & frameworks -> Android SDK`. I think...

I have checked Intellij Idea, it has same issue. You need to add `local.properties` file in a project root with line `sdk.dir=/Users/nsk/Library/Android/sdk`

I have created new pure jvm project from template via Intellij Idea, without Android support. And the issue is NOT reproduced in it. At least that minimal sample which I...

Hello! I am interested in this fix https://github.com/dropbox/focus/issues/34 When are You goning to release new version with mensioned fix?