We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6413773 commit 1758eb6Copy full SHA for 1758eb6
1 file changed
example/build.gradle
@@ -18,8 +18,8 @@ android {
18
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
19
}
20
21
- sourceSets {
22
- main.java.srcDirs += 'src/main/kotlin'
+ lintOptions {
+ abortOnError false
23
24
25
0 commit comments