Enable Gradle Build Cache (#358)

Enable Gradle Build Cache
---------

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:57:18 +10:00
committed by Jakub Chrzanowski
parent 268526dc73
commit 8048216194
3 changed files with 7 additions and 0 deletions

View File

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