Skip to content

Commit

Permalink
add maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Feb 26, 2024
1 parent 0311a1c commit 54070d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
plugins {
kotlin("multiplatform") version "1.9.21"
`maven-publish`
}

repositories {
mavenCentral()
}

group = "io.github.andreypfau"
version = "0.0.1-SNAPSHOT"

kotlin {
jvm()
js {
Expand Down

0 comments on commit 54070d9

Please sign in to comment.