From 7bdead0c6bc4c3a77f700fd4989d1fbea9901be1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 1 Jun 2023 13:41:46 +0530 Subject: fix(gradle): remove default-enabled feature prop --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 924d6591..a34b3c1b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,9 +12,6 @@ org.gradle.vfs.watch=true # Enable experimental configuration caching org.gradle.configuration-cache=true -# Enable kotlin-assignment plugin -systemProp.org.gradle.unsafe.kotlin.assignment=true - # Enable Kotlin incremental compilation kotlin.incremental=true -- cgit v1.2.3