We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1464fa commit 4e126f4Copy full SHA for 4e126f4
1 file changed
miot-api-common/build.gradle.kts
@@ -1,5 +1,6 @@
1
plugins {
2
alias(libs.plugins.kotlin.multiplatform)
3
+ id("miwu-publish")
4
}
5
6
kotlin {
@@ -13,3 +14,12 @@ kotlin {
13
14
15
16
17
+
18
+miwuPublishing {
19
+ name = "Miot API Common"
20
+ group = "io.github.sky130.miwu"
21
+ artifactId = "miot-api-common"
22
+ version = autoVersion()
23
+ description = "Miot API Common definitions"
24
+ inceptionYear = "2026"
25
+}
0 commit comments