Skip to content

Commit

Permalink
Suppress native dependency warnings to quiet AtomicFU warnings (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Apr 10, 2023
1 parent 167c676 commit 96c1dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# Disable native dependency warnings to quiet AtomicFU warnings.
# Setting can be removed after https://youtrack.jetbrains.com/issue/KT-32476 is fixed.
kotlin.native.ignoreIncorrectDependencies=true

# Publication configuration
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties

Expand Down

0 comments on commit 96c1dfb

Please sign in to comment.