Is there a way to disable the keepalive of the Kotlin compiler process? I am running via Android Studio in a gradle based Android project.
The UI toggle in settings, seems to be borken / not implemented. Is that a flag I can pass to gradle that will signal the kotlin compiler to exit?
Alternatively is there a way to limit the memory usage? It seems to inherit the JVM memory settings from the Gradle Daemon, which for our Android project are set to 5GB, now the Kotlin Compiler eats up to 5GB as well
Any pointers would be helpful.