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
6363 * Returns the dependency artifact for the given Gradle plugin.
6464 */
6565fun 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
Original file line number Diff line number Diff line change 11[versions ]
22java = " 22"
33kotlin = " 1.9.0"
4- kotlin-ksp = " 1.9.0-RC- 1.0.11"
4+ kotlin-ksp = " 1.9.0-1.0.11"
55kotlin-jvmtarget = " 20"
66kotlin-dsl-jvmtarget = " 17"
77kotlin-api-version = " 1.9"
You can’t perform that action at this time.
0 commit comments