So I’m adding Kotlin to a previously Java-only pro...
# announcements
n
So I’m adding Kotlin to a previously Java-only project. I’m following these instructions https://kotlinlang.org/docs/reference/using-maven.html But now my
mvn clean package
commands frequently time out with a “Java heap space” error when using
maven-assembly-plugin
. Increasing my java/maven memory doesn’t fix it. I’ve added a single “hello world” type of Kotlin file, so I’m not sure why just adding the compiler for Kotlin pushes the entire build way over the edges. Has anyone else hit this before when adding Kotlin to a Java project?
a
Hello. Can you please report an issue at http://kotl.in/issue with attached heap dump taken according to https://youtrack.jetbrains.com/issue/KT-32990#focus=streamItem-27-3656134.0-0 and a sample project to reproduce if possible? Thank you.