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

Commit

Permalink
Disable Kotlin null parameter intrinsic checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 12, 2018
1 parent eff60d2 commit 52b3856
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sqlbrite-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ android {
}
}

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs = ['-Xno-param-assertions']
}
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

0 comments on commit 52b3856

Please sign in to comment.