From d4b2f85d99cffc9f87c1fbcbbe7ea34bd2e078e9 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sat, 19 Jun 2021 08:59:44 +0200 Subject: [PATCH] Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties` --- CHANGELOG.md | 1 + gradle.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c3b82..b336388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## [Unreleased] ### Added - GitHub Actions: UI Tests workflow +- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties` ### Changed - Update `pluginVerifierIdeVersions` to `2021.1.2` diff --git a/gradle.properties b/gradle.properties index 4100514..7c77abf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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