1distributionBase=GRADLE_USER_HOME 2distributionPath=wrapper/dists 3distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip 4zipStoreBase=GRADLE_USER_HOME 5zipStorePath=wrapper/dists 6# Remove kotlin MPP warning 7kotlin.mpp.stability.nowarn=true 8# Needed to share source among different targets 9kotlin.mpp.enableGranularSourceSetsMetadata=true 10