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
parent 988947cdc7
commit 4ca687a7a9
2 changed files with 2 additions and 0 deletions

View File

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

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