Skip to content

Commit

Permalink
apply Writerside update for callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeawc committed Sep 25, 2024
1 parent 4b2242b commit b0acfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/gradle/gradle-compilation-and-caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ would then result in the Kotlin daemon's JVM args being similar to:

> Learn more about [Kotlin daemon's behavior with JVM arguments](#kotlin-daemon-s-behavior-with-jvm-arguments).
>
{type="note"}
{style="note"}

#### kotlin.daemon.jvm.options system property

Expand Down Expand Up @@ -278,7 +278,7 @@ When configuring the Kotlin daemon's JVM arguments, note that:
> If you are already running a Kotlin daemon that has enough heap size to handle the compilation request,
> even if other requested JVM arguments are different, this daemon will be reused instead of starting a new one.
>
{type="note"}
{style="note"}

If the following arguments are not specified, the Kotlin daemon will inherit them from the Gradle daemon:

Expand Down

0 comments on commit b0acfa9

Please sign in to comment.