Skip to content

Commit 705cd56

Browse files
committed
chore: ksp update
1 parent cd59e87 commit 705cd56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/build-logic/common-plugins/src/main/kotlin/common/KotlinExtns.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ val Project.isKotlinJsProject
6363
* Returns the dependency artifact for the given Gradle plugin.
6464
*/
6565
fun Provider<PluginDependency>.toDep() = map {
66-
"${it.pluginId}:${it.pluginId}.gradle.plugin:${it.version}"
66+
"${it.pluginId}:${it.pluginId}.gradle.plugin:${it.version.requiredVersion}"
6767
}
6868

6969
// https://kotlinlang.org/docs/multiplatform-set-up-targets.html#distinguish-several-targets-for-one-platform

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "22"
33
kotlin = "1.9.0"
4-
kotlin-ksp = "1.9.0-RC-1.0.11"
4+
kotlin-ksp = "1.9.0-1.0.11"
55
kotlin-jvmtarget = "20"
66
kotlin-dsl-jvmtarget = "17"
77
kotlin-api-version = "1.9"

0 commit comments

Comments
 (0)