File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,7 @@ val enableSigning = project.hasProperty("signingInMemoryKey")
54
54
mavenPublishing {
55
55
56
56
val artifactId =
57
- " ktorfit-lib-light" +
58
- if (libs.versions.ktorVersion
59
- .get()
60
- .startsWith(" 3." )
61
- ) {
62
- " -ktor-" + libs.versions.ktorVersion.get()
63
- } else {
64
- " "
65
- }
57
+ " ktorfit-lib-light"
66
58
coordinates(
67
59
libs.versions.groupId.get(),
68
60
artifactId,
@@ -80,13 +72,8 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
80
72
}
81
73
82
74
kotlin {
83
- if (libs.versions.ktorVersion
84
- .get()
85
- .startsWith(" 3." )
86
- ) {
87
- @OptIn(ExperimentalWasmDsl ::class )
88
- wasmJs()
89
- }
75
+ @OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl ::class )
76
+ wasmJs()
90
77
explicitApi()
91
78
jvm {
92
79
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ licensee {
18
18
val enableSigning = project.hasProperty(" signingInMemoryKey" )
19
19
20
20
mavenPublishing {
21
- val artifactId = " ktorfit-lib"
21
+ val artifactId = " ktorfit-lib"
22
22
coordinates(
23
23
libs.versions.groupId.get(),
24
24
artifactId,
You can’t perform that action at this time.
0 commit comments