Trying to set code coverage.

This commit is contained in:
aminecmi
2022-12-12 22:26:12 +01:00
parent 49f5848e7b
commit 4fce19bad4
4 changed files with 19 additions and 2 deletions

View File

@ -10,6 +10,7 @@ plugins {
id("com.android.library")
id("com.squareup.sqldelight")
kotlin("plugin.serialization") version "1.4.10"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
}
kotlin {