Make sonar build faster and happier
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
plugins {
|
||||
jacoco
|
||||
alias(libs.plugins.android.application)
|
||||
alias(libs.plugins.compose.compiler)
|
||||
alias(libs.plugins.compose)
|
||||
@@ -40,9 +41,14 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
getByName("release") {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
}
|
||||
|
||||
debug {
|
||||
enableAndroidTestCoverage = true
|
||||
enableUnitTestCoverage = true
|
||||
}
|
||||
}
|
||||
|
||||
packaging {
|
||||
@@ -51,6 +57,7 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.androidx.core.ktx)
|
||||
debugImplementation(libs.androidx.tooling)
|
||||
|
||||
Reference in New Issue
Block a user