File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-logic/common-plugins/src/main/kotlin/common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ val Project.isKotlinJsProject
63
63
* Returns the dependency artifact for the given Gradle plugin.
64
64
*/
65
65
fun Provider<PluginDependency>.toDep () = map {
66
- " ${it.pluginId} :${it.pluginId} .gradle.plugin:${it.version} "
66
+ " ${it.pluginId} :${it.pluginId} .gradle.plugin:${it.version.requiredVersion } "
67
67
}
68
68
69
69
// https://kotlinlang.org/docs/multiplatform-set-up-targets.html#distinguish-several-targets-for-one-platform
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
java = " 22"
3
3
kotlin = " 1.9.0"
4
- kotlin-ksp = " 1.9.0-RC- 1.0.11"
4
+ kotlin-ksp = " 1.9.0-1.0.11"
5
5
kotlin-jvmtarget = " 20"
6
6
kotlin-dsl-jvmtarget = " 17"
7
7
kotlin-api-version = " 1.9"
You can’t perform that action at this time.
0 commit comments