Skip to content

Commit

Permalink
add jvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed Jan 29, 2025
1 parent 35c0edb commit e631811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Consts {
const val releaseGroup = "com.piasy"
const val releaseName = "kmp-xlog"
const val releaseVersion = "1.2.2"
const val releaseVersion = "1.3.0"

val androidNS = "$releaseGroup.${releaseName.replace('-', '_')}"
}
1 change: 1 addition & 0 deletions kmp-xlog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version = Consts.releaseVersion
group = Consts.releaseGroup

kotlin {
jvm()
androidTarget {
publishLibraryVariants("release")
}
Expand Down
1 change: 1 addition & 0 deletions scripts/publish_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
publishMacosArm64PublicationToMavenCentralRepository \
publishMacosX64PublicationToMavenCentralRepository \
publishJsPublicationToMavenCentralRepository \
publishJvmPublicationToMavenCentralRepository \
--no-configuration-cache

# login to https://central.sonatype.com/publishing/deployments ,
Expand Down

0 comments on commit e631811

Please sign in to comment.