Skip to content

Commit

Permalink
Configure kover for :store
Browse files Browse the repository at this point in the history
Signed-off-by: matt-ramotar <matt.ramotar@uber.com>
  • Loading branch information
matt-ramotar committed Nov 18, 2024
1 parent ea45455 commit 9dd28e7
Show file tree
Hide file tree
Showing 2 changed files with 1,436 additions and 492 deletions.
4 changes: 4 additions & 0 deletions store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.mobilenativefoundation.store.tooling.plugins.configureKover

plugins {
id("org.mobilenativefoundation.store.multiplatform")
id("dev.mokkery") version "2.5.1"
Expand Down Expand Up @@ -29,6 +31,8 @@ kotlin {
}
}

project.configureKover()

android {
namespace = "org.mobilenativefoundation.store.store5"
}
Loading

0 comments on commit 9dd28e7

Please sign in to comment.