Bump gradle version in template projects

#KT-28522 supposed to be fixed with this
This commit is contained in:
Kirill Shmakov
2019-02-11 14:18:33 +03:00
committed by Mikhail Glukhikh
parent 70ffb14d0a
commit e341286fb1
@@ -107,7 +107,7 @@ abstract class KotlinGradleAbstractMultiplatformModuleBuilder(
}
createProjectSkeleton(rootDir)
if (externalProjectSettings.distributionType == DistributionType.DEFAULT_WRAPPED) {
setGradleWrapperToUseVersion(rootDir, "4.7")
setGradleWrapperToUseVersion(rootDir, "4.10")
}
if (notImportedCommonSourceSets) GradlePropertiesFileFacade.forProject(module.project).addNotImportedCommonSourceSetsProperty()