crypto-pgpainless: prepare for error handling (#1877)
This commit is contained in:
parent
b8b0693642
commit
d4a4ac06ed
6 changed files with 98 additions and 44 deletions
|
@ -10,10 +10,8 @@ plugins { id("com.github.android-password-store.kotlin-common") }
|
|||
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
kotlinOptions {
|
||||
if (project.providers.gradleProperty("android.injected.invoked.from.ide").orNull != "true") {
|
||||
if (!name.contains("test", ignoreCase = true)) {
|
||||
freeCompilerArgs = freeCompilerArgs + listOf("-Xexplicit-api=strict")
|
||||
}
|
||||
if (!name.contains("test", ignoreCase = true)) {
|
||||
freeCompilerArgs += listOf("-Xexplicit-api=strict")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue