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

pull/175/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent 4da133765a
commit d4b2f85d99

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

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

Loading…
Cancel
Save