Skip to content

Commit 9dd28e7

Browse files
committed
Configure kover for :store
Signed-off-by: matt-ramotar <[email protected]>
1 parent ea45455 commit 9dd28e7

File tree

2 files changed

+1436
-492
lines changed

2 files changed

+1436
-492
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
id("dev.mokkery") version "2.5.1"
@@ -29,6 +31,8 @@ kotlin {
2931
}
3032
}
3133

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

0 commit comments

Comments
 (0)