Show idea.log logs of the run IDE in the Run console

This commit is contained in:
Jakub Chrzanowski
2020-12-18 12:14:39 +01:00
parent 78f47cd447
commit 50f6fd13aa
3 changed files with 14 additions and 5 deletions

View File

@@ -3,9 +3,14 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Added
- Show `idea.log` logs of the run IDE in the Run console
- README: FAQ section
### Changed
- build.gradle.kts: simpler syntax for configuring `KotlinCompile`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.21`
- README: Clarify the Java usage in the project
## [0.7.1]
### Changed