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
8
8
# kotlin.mpp.enableCompatibilityMetadataVariant=true
9
9
# kotlin.mpp.enableGranularSourceSetsMetadata=true
10
10
kotlin.mpp.stability.nowarn =true
11
- # kotlin.native.cacheKind=none
11
+ kotlin.native.cacheKind.iosX64 =none
12
12
# kotlin.native.enableDependencyPropagation=false
13
13
kotlin.native.enableParallelExecutionCheck =false
14
14
kotlin.setJvmTargetFromAndroidCompileOptions =true
15
15
org.gradle.jvmargs =-Xmx2048m
16
16
org.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
19
19
20
20
# Versions:
21
21
firebase-app.version =1.4.1
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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