Skip to content

Commit cd7ade3

Browse files
committed
Add publish
1 parent be4e717 commit cd7ade3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform") version "1.7.10"
33
kotlin("plugin.serialization") version "1.7.10"
4+
id("maven-publish")
45
}
56

67
group = "dev.suho"
@@ -10,6 +11,10 @@ repositories {
1011
mavenCentral()
1112
}
1213

14+
publishing {
15+
publications {}
16+
}
17+
1318
kotlin {
1419
jvm {
1520
compilations.all {

0 commit comments

Comments
 (0)