From 0186f695085ae49c8d01b66076e905fdfd59b0c4 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 1 Feb 2024 09:48:10 +0100 Subject: [PATCH] Remove Gradle Kotlin DSL Lazy Property Assignment from the main `gradle.properties` file --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6d9bbd4..c54e780 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,6 +29,3 @@ org.gradle.configuration-cache = true # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html 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