Use kotlinCompilerRepo for calculator sample

This commit is contained in:
Pavel Punegov
2020-12-15 11:44:17 +03:00
committed by Stanislav Erokhin
parent e3bc247557
commit f22d84c07b
2 changed files with 9 additions and 0 deletions
@@ -5,6 +5,9 @@ buildscript {
mavenCentral()
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
if (project.hasProperty("kotlinCompilerRepo")) {
maven { setUrl(project.property("kotlinCompilerRepo")) }
}
}
dependencies {
@@ -20,5 +23,8 @@ allprojects {
mavenCentral()
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
if (project.hasProperty("kotlinCompilerRepo")) {
maven { setUrl(project.property("kotlinCompilerRepo")) }
}
}
}
@@ -8,6 +8,9 @@ org.gradle.workers.max=4
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.4.10
# Sets maven path for the kotlin version other than release
#kotlinCompilerRepo=
# Use custom Kotlin/Native home:
kotlin.native.home=../../../dist