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
3
3
plugins {
4
4
alias(libs.plugins.kotlinMultiplatform)
5
5
alias(libs.plugins.androidLibrary)
6
+ id(" maven-publish" )
6
7
}
7
8
9
+ group = " pl.lemanski.mikrosoundfont"
10
+ version = " 0.1.3"
11
+
8
12
android {
9
13
namespace = " pl.lemanski.mikroSoundFont.core"
10
14
defaultConfig {
@@ -51,4 +55,10 @@ kotlin {
51
55
implementation(libs.test.rules)
52
56
}
53
57
}
58
+ }
59
+
60
+ publishing {
61
+ repositories {
62
+ mavenLocal()
63
+ }
54
64
}
Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ import pl.lemanski.plugin.KonanPluginExtension
6
6
plugins {
7
7
alias(libs.plugins.kotlinMultiplatform)
8
8
alias(libs.plugins.androidLibrary)
9
- id(" maven-publish" )
10
9
id(" pl.lemanski.plugin" )
11
10
}
12
11
13
- group = " pl.lemanski.mikrosoundfont"
14
- version = " 0.0.2"
15
-
16
12
android {
17
13
namespace = " pl.lemanski.mikrosoundfont"
18
14
defaultConfig {
@@ -63,12 +59,6 @@ kotlin {
63
59
}
64
60
}
65
61
66
- publishing {
67
- repositories {
68
- mavenLocal()
69
- }
70
- }
71
-
72
62
configure<KonanPluginExtension > {
73
63
kotlinTarget = KonanTarget .LINUX_X64
74
64
sourceDir = " ${rootDir} /native/src"
You can’t perform that action at this time.
0 commit comments