We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a47f848 + 97a47d9 commit 891a38aCopy full SHA for 891a38a
android/build.gradle
@@ -54,7 +54,7 @@ android {
54
disable "ResourceType" // Annotation binding
55
disable "GradleDependency"
56
disable "NewerVersionAvailable"
57
- disable "PropertyPrefixes" // getting false positives because of odata actions & functions (getOrder setOrder)
+ disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder)
58
}
59
sourceSets {
60
main {
0 commit comments