Skip to content

Commit

Permalink
more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Apr 27, 2022
1 parent 1b7e2ac commit 2b4fd5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kmdc/kmdc-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id("plugin.publishing-mpp")
}

description = "Core internal KMDC utilities"

kotlin {
sourceSets {
jsMain {
Expand Down
2 changes: 2 additions & 0 deletions kmdc/kmdc-menu-surface/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("plugin.publishing-mpp")
}

description = "Compose Multiplatform Kotlin/JS wrappers for @material/menu-surface"

kotlin {
sourceSets {
named("jsMain") {
Expand Down
2 changes: 2 additions & 0 deletions kmdc/kmdc-menu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("plugin.publishing-mpp")
}

description = "Compose Multiplatform Kotlin/JS wrappers for @material/menu"

kotlin {
sourceSets {
named("jsMain") {
Expand Down
2 changes: 2 additions & 0 deletions kmdcx/kmdcx-icons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("plugin.publishing-mpp")
}

description = "Compose Multiplatform Kotlin/JS wrappers for material-icons"

kotlin {
sourceSets {
jsMain {
Expand Down

0 comments on commit 2b4fd5f

Please sign in to comment.