Slide 177
Slide 177 text
kotlin.daemon.jvm.options
When passing arguments, follow these rules:
Use the minus sign - only before the arguments Xmx, XX:MaxMetaspaceSize, and
XX:ReservedCodeCacheSize.
Separate arguments with commas (,) without spaces. Arguments that come after a space
will be used for the Gradle daemon, not for the Kotlin daemon.
Kotlin JVM Arguments