diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-01 13:41:46 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-01 13:41:46 +0530 |
commit | 7bdead0c6bc4c3a77f700fd4989d1fbea9901be1 (patch) | |
tree | 03fa870a4c18282b71b14985ea605d98974e1855 /gradle.properties | |
parent | c577f24026ec07f52ab962b49c25eeed5f14a126 (diff) |
fix(gradle): remove default-enabled feature prop
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 0 insertions, 3 deletions
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 |