fix(gradle): remove default-enabled feature prop

This commit is contained in:
Harsh Shandilya 2023-06-01 13:41:46 +05:30
parent c577f24026
commit 7bdead0c6b
No known key found for this signature in database

View file

@ -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