Suppress UnusedProperty inspection for the kotlin.stdlib.default.dependency in gradle.properties

This commit is contained in:
Jakub Chrzanowski
2021-06-19 08:59:44 +02:00
committed by Jakub Chrzanowski
parent 4da133765a
commit d4b2f85d99
2 changed files with 2 additions and 0 deletions

View File

@@ -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