I cant find how can I apply ```org.gradle.jvmargs``` to gradle kotlin script
e
I cant find how can I apply
Copy code
org.gradle.jvmargs
to gradle kotlin script
s
I have this in my
gradle.properties
file:
Copy code
org.gradle.jvmargs=-Dkotlin.daemon.jvm.options="-Xmx1g"
e
isn't there a
gradle.propertie.kts
equivalent?
s
I would assume its the same for kotlin gradle
Have you tried it ? (Its a properties file, not groovy, so I cant see why it would need a Kotlin equivalent)
e
trying right now, unfortunately the test scenario is on GH actions, so it'll take a while
it seems it looks better
thanks
👍 1
g
gradle.propertie.kts? I don’t think it’s even exists, for properties you have to use gradle.properties
e
yep, I did that and now it ended flawless