Skip to content

Commit cb93fa3

Browse files
committed
Add Gradle pluginBundle information
1 parent 63dff09 commit cb93fa3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gradle-plugins/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ gradlePlugin {
4040
}
4141
}
4242
}
43+
44+
pluginBundle {
45+
website = "https://github.com/huanshankeji/compose-web-material"
46+
vcsUrl = "$website.git"
47+
tags = listOf("kotlin", "compose", "web")
48+
}

0 commit comments

Comments
 (0)