79323383

Date: 2025-01-02 10:15:19
Score: 1.5
Natty:
Report link

I also encountered this problem and found a solution for my use case. I use IntellijIdea Community and a simple project on Kotlin (Gradle) like Hello World compiled in about 10-12 seconds on very powerful hardware. By default, in the IDE settings in the Kotlin compiler options section, I have Target JVM version 1.8, I replaced it with 17 and now the project began to build in less than 1 second. Screenshort of IntellijIdea Kotlin compiler settings

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alexis Voila