File tree Expand file tree Collapse file tree 6 files changed +17
-2
lines changed Expand file tree Collapse file tree 6 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ subprojects {
175
175
" commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.6" )
176
176
" jsMainImplementation" (kotlin(" stdlib-js" ))
177
177
" jsMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.6" )
178
- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core :1.3.6" )
178
+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-android :1.3.6" )
179
179
" androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.6" )
180
180
" iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.6" )
181
181
" iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.6" )
@@ -187,7 +187,7 @@ subprojects {
187
187
" androidAndroidTestImplementation" (kotlin(" test-junit" ))
188
188
" androidAndroidTestImplementation" (" junit:junit:4.12" )
189
189
" androidAndroidTestImplementation" (" androidx.test:core:1.2.0" )
190
- " androidAndroidTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core :1.3.6" )
190
+ " androidAndroidTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-android :1.3.6" )
191
191
" androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.1" )
192
192
" androidAndroidTestImplementation" (" androidx.test:runner:1.1.0" )
193
193
}
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ android {
41
41
pickFirst(" META-INF/AL2.0" )
42
42
pickFirst(" META-INF/LGPL2.1" )
43
43
}
44
+ lintOptions {
45
+ isAbortOnError = false
46
+ }
44
47
}
45
48
46
49
// Optional configuration
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ android {
32
32
pickFirst(" META-INF/AL2.0" )
33
33
pickFirst(" META-INF/LGPL2.1" )
34
34
}
35
+ lintOptions {
36
+ isAbortOnError = false
37
+ }
35
38
}
36
39
37
40
kotlin {
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ android {
33
33
pickFirst(" META-INF/AL2.0" )
34
34
pickFirst(" META-INF/LGPL2.1" )
35
35
}
36
+ lintOptions {
37
+ isAbortOnError = false
38
+ }
36
39
}
37
40
38
41
kotlin {
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ android {
29
29
pickFirst(" META-INF/LGPL2.1" )
30
30
pickFirst(" androidsupportmultidexversion.txt" )
31
31
}
32
+ lintOptions {
33
+ isAbortOnError = false
34
+ }
32
35
}
33
36
34
37
kotlin {
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ android {
27
27
pickFirst(" META-INF/AL2.0" )
28
28
pickFirst(" META-INF/LGPL2.1" )
29
29
}
30
+ lintOptions {
31
+ isAbortOnError = false
32
+ }
30
33
}
31
34
32
35
kotlin {
You can’t perform that action at this time.
0 commit comments