[Native] Samples: update kotlin version and gradle

This commit is contained in:
Pavel Punegov
2021-12-21 13:25:28 +03:00
committed by Space
parent 9b96dbe2d2
commit 4e402e1b72
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.5.10
kotlin_version=1.6.0
# Sets maven path for the kotlin version other than release
#kotlinCompilerRepo=
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionSha256Sum=bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
@@ -4,8 +4,6 @@ pluginManagement {
}
}
enableFeaturePreview("GRADLE_METADATA")
val hostOs = System.getProperty("os.name")
val isMacos = hostOs == "Mac OS X"
val isLinux = hostOs == "Linux"