Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into 720-android-app-crashes-if-not-…
Browse files Browse the repository at this point in the history
…using-ktor-platform-client

# Conflicts:
#	ktorfit-lib/build.gradle.kts
  • Loading branch information
Foso committed Nov 10, 2024
2 parents fdcbbe1 + 4289868 commit d426124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions ktorfit-lib-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,7 @@ val enableSigning = project.hasProperty("signingInMemoryKey")
mavenPublishing {

val artifactId =
"ktorfit-lib-light" +
if (libs.versions.ktorVersion
.get()
.startsWith("3.")
) {
"-ktor-" + libs.versions.ktorVersion.get()
} else {
""
}
"ktorfit-lib-light"
coordinates(
libs.versions.groupId.get(),
artifactId,
Expand All @@ -80,13 +72,8 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
}

kotlin {
if (libs.versions.ktorVersion
.get()
.startsWith("3.")
) {
@OptIn(ExperimentalWasmDsl::class)
wasmJs()
}
@OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
wasmJs()
explicitApi()
jvm {
}
Expand Down
2 changes: 1 addition & 1 deletion ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ licensee {
val enableSigning = project.hasProperty("signingInMemoryKey")

mavenPublishing {
val artifactId = "ktorfit-lib"
val artifactId ="ktorfit-lib"
coordinates(
libs.versions.groupId.get(),
artifactId,
Expand Down

0 comments on commit d426124

Please sign in to comment.