Enable Gradle Kotlin DSL Lazy Property Assignment

Enable Gradle Kotlin DSL Lazy Property Assignment

---------

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
KotlinIsland
2023-04-13 05:51:50 +10:00
committed by Jakub Chrzanowski
parent 935e39aa55
commit 268526dc73
4 changed files with 31 additions and 24 deletions

View File

@@ -7,6 +7,7 @@
### Added
- Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
- Gradle version catalog integration
- Gradle Kotlin DSL Lazy Property Assignment
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.3`