From e23d09beb65c4a4bddfa174afa8d88178e5b061a Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Mon, 5 Apr 2021 19:21:46 +0300 Subject: [PATCH] [Native] Return kotlinCompilerRepo parameter back This parameter is used to specify maven path in case of kotlin_version rewriting that happens during Nightly test runs. --- kotlin-native/samples/gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kotlin-native/samples/gradle.properties b/kotlin-native/samples/gradle.properties index 57636ad49ba..ffbe4704e45 100644 --- a/kotlin-native/samples/gradle.properties +++ b/kotlin-native/samples/gradle.properties @@ -8,6 +8,9 @@ org.gradle.workers.max=4 # CHANGE_VERSION_WITH_RELEASE kotlin_version=1.4.30 +# Sets maven path for the kotlin version other than release +#kotlinCompilerRepo= + # Use custom Kotlin/Native home: kotlin.native.home=../../dist