summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Igushkin <sergey.igushkin@jetbrains.com>2020-07-12 23:26:22 +0400
committerSergey Igushkin <sergey.igushkin@jetbrains.com>2020-07-14 16:01:45 +0400
commit1f4b9d894e275564114e8c206bdb40d751cefe9b (patch)
treee542977bc644392515c065167bab14b45d9cab86
parenta50a5bef272bc84dd4c03bd8ac93aea5b7a79fff (diff)
downloadkotlin-1f4b9d894e275564114e8c206bdb40d751cefe9b.tar.gz
Add `kotlin.stdlib.default.dependency=false` to avoid stdlib default dep
(cherry picked from commit 62aed1b53adf36457fb0c8e085309e4e82d834fc)
-rw-r--r--gradle.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index a27d31f4cbd..1279fc4ae1c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,3 +22,7 @@ bootstrap.kotlin.default.version=1.4.0-rc-87
#kotlin.build.postprocessing=false
#kotlin.build.java9=false
#kotlin.build.useBootstrapStdlib=true
+
+# Don't add the Kotlin standard library dependencies by default
+# TODO: add this flag in a granular way to the modules that don't need stdlib?
+kotlin.stdlib.default.dependency=false \ No newline at end of file