Skip to content

Commit 65219fc

Browse files
committed
Revert "fixed kotlin plugin version resolve error"
This reverts commit b5bcd87
1 parent b5bcd87 commit 65219fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/RefreshVersionsCoreSetup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private fun setupPluginsVersionsResolution(
140140
}
141141
val pluginNamespace = requested.id.namespace ?: ""
142142
val versionKey = when {
143-
pluginNamespace.startsWith("org.jetbrains.kotlin") -> "version.kotlin"
143+
pluginNamespace.startsWith("org.jetbrains.kotlin.") -> "version.kotlin"
144144
pluginNamespace.startsWith("com.android.") -> "plugin.android"
145145
else -> "plugin.$pluginId"
146146
}

0 commit comments

Comments
 (0)