feat(build): opt into kotlin-assignment experiment

Newly introduced in 8.1: https://docs.gradle.org/8.1-rc-1/release-notes.html#kotlin-dsl-improvements:~:text=Experimental%20simple%20property%20assignment%20in%20Kotlin%20DSL%20scripts

We'll use this for the upcoming refactor of CrowdinPlugin
This commit is contained in:
Harsh Shandilya 2023-03-21 13:06:01 +05:30
parent 2f524fc2b7
commit 091d2dae22
No known key found for this signature in database

View file

@ -12,6 +12,9 @@ org.gradle.vfs.watch=true
# Enable experimental configuration caching
org.gradle.unsafe.configuration-cache=true
# Enable kotlin-assignment plugin
systemProp.org.gradle.unsafe.kotlin.assignment=true
# Enable Kotlin incremental compilation
kotlin.incremental=true