mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Fix default to opt-out of bundling Kotlin standard library in plugin distribution
This commit is contained in:
committed by
GitHub
parent
89e756a16f
commit
8a1ed1d046
@@ -10,3 +10,7 @@ pluginUntilBuild = 202.*
|
||||
platformType = IC
|
||||
platformVersion = 2019.3
|
||||
platformDownloadSources = true
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
|
||||
kotlin.stdlib.default.dependency = false
|
||||
|
||||
Reference in New Issue
Block a user