Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit 52b3856

Browse files
committed
Disable Kotlin null parameter intrinsic checks.
1 parent eff60d2 commit 52b3856

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sqlbrite-kotlin/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ android {
2929
}
3030
}
3131

32+
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
33+
kotlinOptions {
34+
freeCompilerArgs = ['-Xno-param-assertions']
35+
}
36+
}
37+
3238
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

0 commit comments

Comments
 (0)