Compilation with Kotlin compile daemon was not successful java.rmi.MarshalException: error marshalling arguments;
I have a project that works with Kotlin 1.4.21 and I wanted to integrate Compose into it.
When I added the compose dependencies, and because the compose libraries use a higher version of Kotlin, I upgrade the version to 1.5.30.
When I did that and tried to build my project, I started seeing the following error:
Caused by: java.net.SocketException: Software caused connection abort:
socket write error
And here is the top part of the stacktrace:
Compilation with Kotlin compile daemon was not...