Anyone seeing problems with `kotlin-frontend-plugi...
# javascript
r
Anyone seeing problems with
kotlin-frontend-plugin
0.0.45 and
kotlin
1.3.21 when stopping background karma task?
Copy code
> Task :karma-stop FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':karma-stop'.
> kotlin.io.ByteStreamsKt.readBytes(Ljava/io/InputStream;)[B
It works correct when
./gradlew stop
command is run for the second time but fails almost always for the first time.
a
cc @snrostov
r
If anyone hits this issue - the problem was gradle 4.10.3 (it ships with Kotlin 1.2).