Use kotlinCompilerRepo for calculator sample
This commit is contained in:
committed by
Stanislav Erokhin
parent
e3bc247557
commit
f22d84c07b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user