Skip to content

Commit be7dc93

Browse files
fix(deps): update ksp monorepo to v2.1.21-2.0.1 (#2027)
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
1 parent 4e2e4c0 commit be7dc93

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Changelog
44
Unreleased
55
----------
66

7-
- Update to Kotlin `2.1.20`.
7+
- Update to Kotlin `2.1.21`.
8+
- Build against KSP `2.1.21-2.0.1`.
89

910
0.28.0
1011
------

circuitx/navigation/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ kotlin {
1919
macosX64()
2020
macosArm64()
2121
js(IR) {
22-
moduleName = property("POM_ARTIFACT_ID").toString()
22+
outputModuleName.set(property("POM_ARTIFACT_ID").toString())
2323
browser()
2424
}
2525
@OptIn(ExperimentalWasmDsl::class)
2626
wasmJs {
27-
moduleName = property("POM_ARTIFACT_ID").toString()
27+
outputModuleName.set(property("POM_ARTIFACT_ID").toString())
2828
browser()
2929
}
3030
// endregion

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jdk = "23"
2929
jvmTarget = "11"
3030
publishedJvmTarget = "11"
3131
kct = "0.7.1"
32-
kotlin = "2.1.20"
32+
kotlin = "2.1.21"
3333
kotlinInject = "0.8.0"
3434
kotlinInject-anvil = "0.1.5"
3535
kotlinpoet = "2.2.0"
3636
kotlinx-coroutines = "1.10.2"
3737
kotlinx-serialization = "1.8.1"
38-
ksp = "2.1.20-1.0.32"
38+
ksp = "2.1.21-2.0.1"
3939
ktfmt = "0.54"
4040
ktor = "3.1.3"
4141
leakcanary = "2.14"

0 commit comments

Comments
 (0)