Skip to content

Commit

Permalink
Ignore disabled kotlin native targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 4, 2025
1 parent 37498a5 commit 0f0fd59
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 @@ -14,6 +14,9 @@ kotlin.jvm.addClassesVariant=true
# Enable concurrent marking in K/N GC
kotlin.native.binary.gc=cms

# Ignore disabled K/N targets
kotlin.native.ignoreDisabledTargets=true

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

Expand Down

0 comments on commit 0f0fd59

Please sign in to comment.