2021-01-28 22:49:25 +00:00
|
|
|
distributionBase=GRADLE_USER_HOME
|
|
|
|
distributionPath=wrapper/dists
|
|
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
|
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
|
zipStorePath=wrapper/dists
|
|
|
|
# Remove kotlin MPP warning
|
|
|
|
kotlin.mpp.stability.nowarn=true
|
|
|
|
# Needed to share source among different targets
|
|
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
2022-04-01 04:07:37 +00:00
|
|
|
# Use parallel builds
|
|
|
|
org.gradle.parallel=true
|