Running a simple Kotlin script takes way too long in Intellij Idea

已回答

Hi, I started a course in Kotlin. I have already used Intellij Idea in my same PC and it was quick back then. Then I reset my PC and now running even a simple HelloWorld script takes up to 13 seconds. Both building and compiling take much more time than expected.
I am not familiar with the settings of my IDE, but I tried allocating more memory for the IDE and deleting unused plugins, but nothing has changed. I also changed some settings that I don't remember but none of them worked.

Looking forward to a solution, thanks

0

Type a list of arguments to be passed to the program in the format you would use on the command line. Use the same rules as for specifying the VM options. and select the directory. Expand the list to view available path variables that you can use as a path to your working directory.  My Atrium Health Login

0

Please try to remove (rename) config and system [IDEA directories](https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory), remove cache from `~/.gradle` and `~/.m2`, remove .idea project directory and reimport the project. Also, check that Project JDK is valid. If it doesn't help file an issue and attach your project - https://kotl.in/issue

0

请先登录再写评论。