-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin daemon JVM args - clearing up inheritance and defaults #4454
Kotlin daemon JVM args - clearing up inheritance and defaults #4454
Conversation
1ce36cf
to
f2db1cf
Compare
6e8e09c
to
5e34300
Compare
a63df40
to
4b2242b
Compare
@sarahhaggarty is there anything else you'd want me to change in this PR? |
@sarahhaggarty @danil-pavlov just wanted to bump this issue, what might next steps be? |
Hi @kaeawc! |
Thanks and all good. 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your suggestions @kaeawc!
I've made some suggestions to update the text based on our style guidelines. Can you update your PR? Please let me know if you need any assistance or if something isn't clear to you.
@sarahhaggarty I added all your suggestions and updated the branch with latest |
Co-authored-by: Alex Likhachev <[email protected]>
Co-authored-by: Alex Likhachev <[email protected]>
Co-authored-by: Sarah Haggarty <[email protected]>
028a387
to
a2a21e4
Compare
Thanks for your contribution @kaeawc ! |
I filed KT-71564 the other day because my previous understanding (and that of some of the AndroidX team) was that all Gradle JVM args would be inherited if no Kotlin JVM args were specified. I did some digging in the Kotlin Gradle Plugin and Kotlin Daemon sources to find how that process works and think this should clear everything up.