File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ plugins {
33 id(" plugin.publishing-mpp" )
44}
55
6+ description = " Core internal KMDC utilities"
7+
68kotlin {
79 sourceSets {
810 jsMain {
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ plugins {
55 id(" plugin.publishing-mpp" )
66}
77
8+ description = " Compose Multiplatform Kotlin/JS wrappers for @material/menu-surface"
9+
810kotlin {
911 sourceSets {
1012 named(" jsMain" ) {
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ plugins {
55 id(" plugin.publishing-mpp" )
66}
77
8+ description = " Compose Multiplatform Kotlin/JS wrappers for @material/menu"
9+
810kotlin {
911 sourceSets {
1012 named(" jsMain" ) {
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ plugins {
55 id(" plugin.publishing-mpp" )
66}
77
8+ description = " Compose Multiplatform Kotlin/JS wrappers for material-icons"
9+
810kotlin {
911 sourceSets {
1012 jsMain {
You can’t perform that action at this time.
0 commit comments