We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c2ea8 + 02e4e8f commit e148b37Copy full SHA for e148b37
android/build.gradle
@@ -54,6 +54,7 @@ android {
54
disable "ResourceType" // Annotation binding
55
disable "GradleDependency"
56
disable "NewerVersionAvailable"
57
+ disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder)
58
}
59
sourceSets {
60
main {
0 commit comments