File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ kotlin.js.experimental.generateKotlinExternals=false
88# kotlin.mpp.enableCompatibilityMetadataVariant=true
99# kotlin.mpp.enableGranularSourceSetsMetadata=true
1010kotlin.mpp.stability.nowarn =true
11- # kotlin.native.cacheKind=none
11+ kotlin.native.cacheKind.iosX64 =none
1212# kotlin.native.enableDependencyPropagation=false
1313kotlin.native.enableParallelExecutionCheck =false
1414kotlin.setJvmTargetFromAndroidCompileOptions =true
1515org.gradle.jvmargs =-Xmx2048m
1616org.gradle.parallel =true
17- testOptions.unitTests.isIncludeAndroidResources = true
18- kotlin.native.cacheKind.iosX64 = none
17+ # systemProp.org.gradle.internal.publish.checksums.insecure= true enable if https://github.com/gradle/gradle/issues/11308 happens during publishing
18+ testOptions.unitTests.isIncludeAndroidResources = true
1919
2020# Versions:
2121firebase-app.version =1.4.1
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments