File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
33plugins {
44 alias(libs.plugins.kotlinMultiplatform)
55 alias(libs.plugins.androidLibrary)
6+ id(" maven-publish" )
67}
78
9+ group = " pl.lemanski.mikrosoundfont"
10+ version = " 0.1.3"
11+
812android {
913 namespace = " pl.lemanski.mikroSoundFont.core"
1014 defaultConfig {
@@ -51,4 +55,10 @@ kotlin {
5155 implementation(libs.test.rules)
5256 }
5357 }
58+ }
59+
60+ publishing {
61+ repositories {
62+ mavenLocal()
63+ }
5464}
Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ import pl.lemanski.plugin.KonanPluginExtension
66plugins {
77 alias(libs.plugins.kotlinMultiplatform)
88 alias(libs.plugins.androidLibrary)
9- id(" maven-publish" )
109 id(" pl.lemanski.plugin" )
1110}
1211
13- group = " pl.lemanski.mikrosoundfont"
14- version = " 0.0.2"
15-
1612android {
1713 namespace = " pl.lemanski.mikrosoundfont"
1814 defaultConfig {
@@ -63,12 +59,6 @@ kotlin {
6359 }
6460}
6561
66- publishing {
67- repositories {
68- mavenLocal()
69- }
70- }
71-
7262configure<KonanPluginExtension > {
7363 kotlinTarget = KonanTarget .LINUX_X64
7464 sourceDir = " ${rootDir} /native/src"
You can’t perform that action at this time.
0 commit comments