Add kotlin.stdlib.default.dependency=false to avoid stdlib default dep

This commit is contained in:
Sergey Igushkin
2020-07-12 23:26:22 +04:00
parent ad9d011ed0
commit 62aed1b53a
+4
View File
@@ -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