Skip to content

Commit

Permalink
Enable incremental klib compilation, enable concurrent marking in K/N…
Browse files Browse the repository at this point in the history
… GC.
  • Loading branch information
ychescale9 committed Aug 27, 2024
1 parent 5b5380a commit 73e3b3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ org.gradle.configureondemand=true
org.gradle.caching=true

kotlin.code.style=official

kotlin.native.binary.gc=cms

kotlin.incremental.native=true

0 comments on commit 73e3b3d

Please sign in to comment.