Skip to content

Commit 43b8340

Browse files
authored
Remove the kotlin.mpp.enableGranularSourceSetsMetadata from gradle.properties (#135)
This property is set to true since Kotlin ~1.6, so it is already enabled. But in 1.9.20 usage of this property is an error
1 parent c825965 commit 43b8340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jmhVersion=1.21
66
infra_version=0.3.0-dev-73
77
kotlin.code.style=official
88
kotlin.incremental.multiplatform=true
9-
kotlin.mpp.enableGranularSourceSetsMetadata=true
109
kotlin.native.distribution.type=prebuilt
1110

1211
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)