File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Changelog
44Unreleased
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
9100.28.0
1011------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jdk = "23"
2929jvmTarget = " 11"
3030publishedJvmTarget = " 11"
3131kct = " 0.7.1"
32- kotlin = " 2.1.20 "
32+ kotlin = " 2.1.21 "
3333kotlinInject = " 0.8.0"
3434kotlinInject-anvil = " 0.1.5"
3535kotlinpoet = " 2.2.0"
3636kotlinx-coroutines = " 1.10.2"
3737kotlinx-serialization = " 1.8.1"
38- ksp = " 2.1.20-1 .0.32 "
38+ ksp = " 2.1.21-2 .0.1 "
3939ktfmt = " 0.54"
4040ktor = " 3.1.3"
4141leakcanary = " 2.14"
You can’t perform that action at this time.
0 commit comments