chore: integrated maven publish plugin and some tweaks for publish

This commit is contained in:
2024-01-06 04:52:00 +08:00
parent 7608d034cd
commit 6e04a33fa7
11 changed files with 83 additions and 24 deletions

View File

@@ -2,9 +2,11 @@ plugins {
autowire(libs.plugins.kotlin.multiplatform)
autowire(libs.plugins.android.library)
autowire(libs.plugins.jetbrains.compose)
autowire(libs.plugins.maven.publish)
}
group = property.project.groupName
version = property.project.flexiui.resources.version
kotlin {
androidTarget {
@@ -45,7 +47,7 @@ kotlin {
}
android {
namespace = property.project.groupName
namespace = property.project.flexiui.resources.namespace
compileSdk = property.project.android.compileSdk
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")

View File

@@ -0,0 +1 @@
POM_ARTIFACT_ID=resources