I have been working on a project for a while now and on one day I tried to run my project in debug mode and I got this error message:
Failed to find Premain-Class manifest attribute in C:\Users\myuser\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlinx\kotlinx-coroutines-core-metadata\1.3.8-native-mt-1.4.0-rc\5b54677a19ebb20ec7dac0d9e4dfc806df327df\kotlinx-coroutines-core-metadata-1.3.8-native-mt-1.4.0-rc.jar
Error occurred during initialization of VM
agent library failed to init: instrument
I tried
- Invalidate cache and restart
- Reimporting the project
- Deleting the
.gradlefolder from the project and my HOME dir
but nothing helped.
What can I do to solve this? I did no code change that could make this happen, it was working a day ago.