0.6.12 for all platforms: upgrade kotlin & dependencies
This commit is contained in:
parent
bc46e11158
commit
bc5b5b3b3a
8
.idea/artifacts/kiloparsec_js_0_4_1.xml
generated
Normal file
8
.idea/artifacts/kiloparsec_js_0_4_1.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="kiloparsec-js-0.4.1">
|
||||||
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
|
<root id="archive" name="kiloparsec-js-0.4.1.jar">
|
||||||
|
<element id="module-output" name="kiloparsec.jsMain" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
8
.idea/artifacts/kiloparsec_js_0_4_3.xml
generated
Normal file
8
.idea/artifacts/kiloparsec_js_0_4_3.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="kiloparsec-js-0.4.3">
|
||||||
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
|
<root id="archive" name="kiloparsec-js-0.4.3.jar">
|
||||||
|
<element id="module-output" name="kiloparsec.jsMain" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
8
.idea/artifacts/kiloparsec_jvm_0_4_1.xml
generated
Normal file
8
.idea/artifacts/kiloparsec_jvm_0_4_1.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="kiloparsec-jvm-0.4.1">
|
||||||
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
|
<root id="archive" name="kiloparsec-jvm-0.4.1.jar">
|
||||||
|
<element id="module-output" name="kiloparsec.jvmMain" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
8
.idea/artifacts/kiloparsec_jvm_0_4_3.xml
generated
Normal file
8
.idea/artifacts/kiloparsec_jvm_0_4_3.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="kiloparsec-jvm-0.4.3">
|
||||||
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
|
<root id="archive" name="kiloparsec-jvm-0.4.3.jar">
|
||||||
|
<element id="module-output" name="kiloparsec.jvmMain" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
@ -11,15 +11,15 @@
|
|||||||
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform") version "2.1.21"
|
kotlin("multiplatform") version "2.2.20"
|
||||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.21"
|
id("org.jetbrains.kotlin.plugin.serialization") version "2.2.20"
|
||||||
id("com.android.library") version "8.5.2" apply true
|
id("com.android.library") version "8.5.2" apply true
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("org.jetbrains.dokka") version "1.9.20"
|
id("org.jetbrains.dokka") version "1.9.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "0.6.10-SNAPSHOT"
|
version = "0.6.12"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -68,7 +68,7 @@ kotlin {
|
|||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
|
||||||
api("io.ktor:ktor-client-core:$ktor_version")
|
api("io.ktor:ktor-client-core:$ktor_version")
|
||||||
api("net.sergeych:crypto2:0.8.4")
|
api("net.sergeych:crypto2:0.8.5")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val androidMain by getting {
|
val androidMain by getting {
|
||||||
@ -111,27 +111,27 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val jsTest by getting
|
val jsTest by getting
|
||||||
// val macosArm64Main by getting {
|
val macosArm64Main by getting {
|
||||||
// dependsOn(ktorSocketMain)
|
dependsOn(ktorSocketMain)
|
||||||
// }
|
}
|
||||||
// val macosArm64Test by getting {
|
val macosArm64Test by getting {
|
||||||
// dependsOn(ktorSocketTest)
|
dependsOn(ktorSocketTest)
|
||||||
// }
|
}
|
||||||
// val macosX64Main by getting {
|
val macosX64Main by getting {
|
||||||
// dependsOn(ktorSocketMain)
|
dependsOn(ktorSocketMain)
|
||||||
// }
|
}
|
||||||
// val iosX64Main by getting {
|
val iosX64Main by getting {
|
||||||
// dependsOn(ktorSocketMain)
|
dependsOn(ktorSocketMain)
|
||||||
// }
|
}
|
||||||
// val iosX64Test by getting {
|
val iosX64Test by getting {
|
||||||
// dependsOn(ktorSocketTest)
|
dependsOn(ktorSocketTest)
|
||||||
// }
|
}
|
||||||
// val iosArm64Main by getting {
|
val iosArm64Main by getting {
|
||||||
// dependsOn(ktorSocketMain)
|
dependsOn(ktorSocketMain)
|
||||||
// }
|
}
|
||||||
// val iosArm64Test by getting {
|
val iosArm64Test by getting {
|
||||||
// dependsOn(ktorSocketTest)
|
dependsOn(ktorSocketTest)
|
||||||
// }
|
}
|
||||||
val linuxArm64Main by getting {
|
val linuxArm64Main by getting {
|
||||||
dependsOn(ktorSocketMain)
|
dependsOn(ktorSocketMain)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user