Skip to content

Commit 5405f49

Browse files
committed
Enable incremental compilation for Kotlin/Native
1 parent 96e66a9 commit 5405f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ kotlin.mpp.enableCInteropCommonization=true
2323
#Native
2424
kotlin.native.binary.gc=cms
2525
kotlin.native.binary.smallBinary=true
26+
kotlin.incremental.native=true
2627

2728
# Compose Multiplatform
2829
compose.resources.always.generate.accessors=true

0 commit comments

Comments
 (0)