From 2dd3c5daad3ef1f26cd288efcc4729f280903f8f Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 6 Jul 2023 17:13:31 +0200 Subject: [PATCH] Removed workaround for Kotlin Compiler `OutOfMemoryError` as the issue is gone with Kotlin `1.9.0` --- .github/template-cleanup/gradle.properties | 3 --- CHANGELOG.md | 3 +++ gradle.properties | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 4544baf..26e4f53 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -32,6 +32,3 @@ org.gradle.caching = true # Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment systemProp.org.gradle.unsafe.kotlin.assignment = true - -# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom -kotlin.incremental.useClasspathSnapshot = false diff --git a/CHANGELOG.md b/CHANGELOG.md index 8adeb9f..213b694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ ### Fixed - Dependabot workflow points to `next` branch in a newly created project +### Removed +- Removed workaround for Kotlin Compiler `OutOfMemoryError` as the issue is gone with Kotlin `1.9.0` + ## [1.7.0] - 2023-06-07 ### Added diff --git a/gradle.properties b/gradle.properties index 550f1e7..b8ed73b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,6 +32,3 @@ org.gradle.caching = true # Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment systemProp.org.gradle.unsafe.kotlin.assignment = true - -# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom -kotlin.incremental.useClasspathSnapshot = false