Quiet excessive warnings.

This commit is contained in:
Greyson Parrelli
2025-03-31 09:01:34 -04:00
parent 2b94489721
commit 0b315220ee
10 changed files with 53 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ android {
kotlinOptions {
jvmTarget = signalKotlinJvmTarget
suppressWarnings = true
}
lint {

View File

@@ -45,6 +45,7 @@ android {
kotlinOptions {
jvmTarget = signalKotlinJvmTarget
suppressWarnings = true
}
buildFeatures {