diff --git a/gradle.properties b/gradle.properties index a25acd4da9..fef595296b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,6 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m # Currently causes failure when importing project in IntelliJ # org.gradle.warning.mode=fail -# To allow caching more tasks in buildSrc project -# This property is not mentioned in Gradle documentation -# See https://github.com/gradle/gradle/issues/15214 for background info -systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true - # Workaround https://youtrack.jetbrains.com/issue/KT-34862 kotlin.incremental=false