Skip to content

Commit

Permalink
Update docs/topics/gradle/gradle-compilation-and-caches.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Likhachev <[email protected]>
  • Loading branch information
2 people authored and sarahhaggarty committed Nov 4, 2024
1 parent 681dc1b commit bd8693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-compilation-and-caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ The Kotlin daemon also has a number of defaults:
* -D{java.servername.property}={localhostip}
* --add-exports=java.base/sun.nio.ch=ALL-UNNAMED (Only for JDK 16+)

You can use a tool like [VisualVM](https://visualvm.github.io/) to verify what the actual settings of a running JVM process like the Kotlin daemon are.
The list of defaults is considered an implementation detail of the Kotlin daemon and may vary between versions. You can use a tool like [VisualVM](https://visualvm.github.io/) to verify what the actual settings of a running JVM process like the Kotlin daemon are.

## Rolling back to the previous compiler

Expand Down

0 comments on commit bd8693f

Please sign in to comment.