Skip to content

Commit

Permalink
Enable incremental klib compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 27, 2024
1 parent 9a54a77 commit 2524515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
# Enable concurrent marking in K/N GC
kotlin.native.binary.gc=cms

# Enable incremental klib compilation
kotlin.incremental.native=true

# Enable AndroidX
android.useAndroidX=true

Expand Down

0 comments on commit 2524515

Please sign in to comment.