Skip to content

Commit

Permalink
Merge pull request #6 from 4TechTeams/feature/country-canton-extension
Browse files Browse the repository at this point in the history
Feature/country canton extension
  • Loading branch information
schwurbl-supreme authored Nov 13, 2024
2 parents c128fad + 585096a commit d651095
Show file tree
Hide file tree
Showing 1,455 changed files with 254,179 additions and 391 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ plugins {

dependencies {
kover(project(":core"))
kover(project(":common"))
kover(project(":switzerland"))
kover(project(":network"))

dokka(project(":core"))
dokka(project(":common"))
dokka(project(":switzerland"))
dokka(project(":network"))
}
Expand Down
2 changes: 0 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ kotlin {
dependencies {
implementation(libs.kotlin.test)
implementation(libs.kotest.assertions.core)
implementation(libs.kotest.framework.engine)
implementation(libs.kotest.framework.datatest)
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
}
Expand Down
Loading

0 comments on commit d651095

Please sign in to comment.