Skip to content

Commit a7659c9

Browse files
committed
Suppress unactionable Kotlin Gradle plugin warnings
1 parent ff32ad0 commit a7659c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ serializationVersion=1.3.1
1111
java.mainToolchainVersion=8
1212
java.modularToolchainVersion=11
1313

14+
kotlin.mpp.stability.nowarn=true
1415
kotlin.mpp.enableGranularSourceSetsMetadata=true
1516
kotlin.mpp.enableCompatibilityMetadataVariant=true
1617
kotlin.js.compiler=both
18+
kotlin.native.ignoreIncorrectDependencies=true
1719

1820
# Workaround for Bintray treating .sha512 files as artifacts
1921
# https://github.com/gradle/gradle/issues/11412

0 commit comments

Comments
 (0)