11 lines
405 B
Properties
11 lines
405 B
Properties
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
|
|
# Use parallel builds
|
|
org.gradle.parallel=true |