Importing a Gradle project is super slow. Even a simple project with only a single dependency on JUnit takes ~60 seconds to import on a Macbook Air M1. All of the time is going into serializing the classpath of the IDE. I'm not sure why this is necessary, but it certainly doesn't have to take 50 seconds.
Expected Behavior
Importing a simple Gradle project should take less than 10 seconds.
Current Behavior
Importing a simple Gradle project takes ~60 seconds.
Context
It makes importing or changing even a simple Gradle project too hard.
Importing a Gradle project is super slow. Even a simple project with only a single dependency on JUnit takes ~60 seconds to import on a Macbook Air M1. All of the time is going into serializing the classpath of the IDE. I'm not sure why this is necessary, but it certainly doesn't have to take 50 seconds.
Expected Behavior
Importing a simple Gradle project should take less than 10 seconds.
Current Behavior
Importing a simple Gradle project takes ~60 seconds.
Context
It makes importing or changing even a simple Gradle project too hard.
Steps to Reproduce
gradlew equoIde
PayloadSerializer
.Your Environment