mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Suppress UnusedProperty inspection for the kotlin.stdlib.default.dependency in gradle.properties
This commit is contained in:
committed by
Jakub Chrzanowski
parent
4da133765a
commit
d4b2f85d99
@@ -24,4 +24,5 @@ platformPlugins =
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
||||
# suppress inspection "UnusedProperty"
|
||||
kotlin.stdlib.default.dependency = false
|
||||
|
||||
Reference in New Issue
Block a user