Opt-out flag for bundling Kotlin standard library.

This commit is contained in:
Jakub Chrzanowski
2020-09-30 18:46:59 +02:00
parent 89e756a16f
commit 7e2b12d1b2
3 changed files with 22 additions and 1 deletions

View File

@@ -10,3 +10,7 @@ pluginUntilBuild = 202.*
platformType = IC
platformVersion = 2019.3
platformDownloadSources = true
# Opt-out flag for bundling Kotlin standard library.
# Read more: https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency = false