Skip to content

Commit

Permalink
added: kmmbridge support
Browse files Browse the repository at this point in the history
 - add version to subprojects
  • Loading branch information
hanrw committed Feb 2, 2024
1 parent d6d3ece commit d2df9da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ dependencies {
kover(project(":shared"))
}

subprojects {
val GROUP: String by project
val LIBRARY_VERSION: String by project

group = GROUP
version = LIBRARY_VERSION
}

koverReport {
filters {
excludes {
Expand Down

0 comments on commit d2df9da

Please sign in to comment.