we see some numbers of the errors like: ```Task :a...
# gradle
e
we see some numbers of the errors like:
Copy code
Task :app:compileDebugUnitTestKotlin FAILED
Could not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
t
e
👍
z
I’ve got a repro case for this, commented on the above issue
or rather, at least a specific case where it occurs - using the java-platform plugin as a project
t
isn't platforms is a new feature and probably not directly related to the issue above?
z
it’s not that new, and adding a platform project triggers this consistently in our project