Gradle Compilation Issue with Kotlin Project: Memory Management and Generics
I’m encountering a serious issue with compiling my Kotlin project using Gradle. The problem occurs specifically during the compileKotlin
task and seems to be related to memory management.