Don't apply Kover to projects with AAR libraries (#2211)
* Don't apply Kover to projects with AAR libraries * Move the Kover configuration to the `plugins` project
This commit is contained in:
parent
d76ee23514
commit
e859b58f09
7 changed files with 248 additions and 203 deletions
|
|
@ -26,6 +26,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation(libs.android.gradle.plugin)
|
||||
implementation(libs.kotlin.gradle.plugin)
|
||||
implementation(libs.kover.gradle.plugin)
|
||||
implementation(platform(libs.google.firebase.bom))
|
||||
implementation(libs.firebase.appdistribution.gradle)
|
||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue