From 62aed1b53adf36457fb0c8e085309e4e82d834fc Mon Sep 17 00:00:00 2001 From: Sergey Igushkin Date: Sun, 12 Jul 2020 23:26:22 +0400 Subject: [PATCH] Add `kotlin.stdlib.default.dependency=false` to avoid stdlib default dep --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index 25bf5d46dbb..1c2f7e97d31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,3 +24,7 @@ kotlin.build.publishing.attempts=20 #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