We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kotlin.native.ignoreIncorrectDependencies
1 parent b737c7c commit 69752a0Copy full SHA for 69752a0
1 file changed
gradle.properties
@@ -1,10 +1,6 @@
1
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2
kotlin.mpp.androidSourceSetLayoutVersion=2
3
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
-
8
# Publication configuration
9
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties
10
0 commit comments