Skip to content

Commit 6ed3f05

Browse files
Release 1.1.1 halted due to coroutines false positive error lint check Kotlin/kotlinx.coroutines#2004
1 parent b97d273 commit 6ed3f05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blueflowlib/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ android {
2626
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2727
}
2828

29+
/* lintOptions {
30+
isAbortOnError = false
31+
}*/
32+
2933
buildTypes {
3034
getByName("release") {
3135
isMinifyEnabled = false

0 commit comments

Comments
 (0)