Skip to content

Commit 69752a0

Browse files
authored
Remove deprecated kotlin.native.ignoreIncorrectDependencies Gradle option (#892)
1 parent b737c7c commit 69752a0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
kotlin.mpp.androidSourceSetLayoutVersion=2
33

4-
# Disable native dependency warnings to quiet AtomicFU warnings.
5-
# Setting can be removed after https://youtrack.jetbrains.com/issue/KT-32476 is fixed.
6-
kotlin.native.ignoreIncorrectDependencies=true
7-
84
# Publication configuration
95
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties
106

0 commit comments

Comments
 (0)