Matt Kessler
08/31/2025, 12:08 PMUnable to load class 'Class 'KotlinCoroutineJvmDebugArgumentsProvider' not found in class loader 'VisitableURLClassLoader(ClassLoaderScopeIdentifier.Id{coreAndPlugins:init-file:/C:/Users/mkess/AppData/Local/Temp/ijKotlinCoroutineJvmDebugInit1.gradle:groovy-dsl:C:\Users\mkess\AppData\Local\Temp\ijKotlinCoroutineJvmDebugInit1.gradle:InitScript(local)})' of type 'org.gradle.internal.classloader.VisitableURLClassLoader'.'
Class 'KotlinCoroutineJvmDebugArgumentsProvider' not found in class loader 'VisitableURLClassLoader(ClassLoaderScopeIdentifier.Id{coreAndPlugins:init-file:/C:/Users/mkess/AppData/Local/Temp/ijKotlinCoroutineJvmDebugInit1.gradle:groovy-dsl:C:\Users\mkess\AppData\Local\Temp\ijKotlinCoroutineJvmDebugInit1.gradle:InitScript(local)})' of type 'org.gradle.internal.classloader.VisitableURLClassLoader'.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
Matt Kessler
08/31/2025, 12:10 PMRe-download dependencies...
was a clickable link that seemed to successfully restart all Gradle daemons.
3. The line above starting with Stop Gradle...
was also a clickable link that seemed to successfully stop all builds and restart the IDE.
4. Google suggests ./gradlew clean which was successful.Matt Kessler
08/31/2025, 12:11 PMMatt Kessler
08/31/2025, 12:11 PMMatt Kessler
08/31/2025, 12:12 PMAdam S
08/31/2025, 2:10 PMMatt Kessler
08/31/2025, 2:29 PMMatt Kessler
09/01/2025, 11:57 AMMatt Kessler
09/01/2025, 11:58 AMMatt Kessler
09/01/2025, 12:03 PMMatt Kessler
09/03/2025, 11:48 AM