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.
1 parent ff32ad0 commit a7659c9Copy full SHA for a7659c9
gradle.properties
@@ -11,9 +11,11 @@ serializationVersion=1.3.1
11
java.mainToolchainVersion=8
12
java.modularToolchainVersion=11
13
14
+kotlin.mpp.stability.nowarn=true
15
kotlin.mpp.enableGranularSourceSetsMetadata=true
16
kotlin.mpp.enableCompatibilityMetadataVariant=true
17
kotlin.js.compiler=both
18
+kotlin.native.ignoreIncorrectDependencies=true
19
20
# Workaround for Bintray treating .sha512 files as artifacts
21
# https://github.com/gradle/gradle/issues/11412
0 commit comments