Skip to content

Commit 37019fd

Browse files
committed
Configure kover for :store
Signed-off-by: matt-ramotar <[email protected]>
1 parent ec83668 commit 37019fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

store/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.mobilenativefoundation.store.tooling.plugins.configureKover
2+
13
plugins {
24
id("org.mobilenativefoundation.store.multiplatform")
35
alias(libs.plugins.kover)
@@ -30,6 +32,8 @@ kotlin {
3032
}
3133
}
3234

35+
project.configureKover()
36+
3337
android {
3438
namespace = "org.mobilenativefoundation.store.store5"
3539
}

0 commit comments

Comments
 (0)