Mikhail Fedotov
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`
@sksamuel Hello! Were You able to reproduce the issue?
I did not tried. Will check and let you know.
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...
looks it is duplicate of https://github.com/kotest/kotest/issues/3651
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?