We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bcd87 commit 65219fcCopy full SHA for 65219fc
plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/RefreshVersionsCoreSetup.kt
@@ -140,7 +140,7 @@ private fun setupPluginsVersionsResolution(
140
}
141
val pluginNamespace = requested.id.namespace ?: ""
142
val versionKey = when {
143
- pluginNamespace.startsWith("org.jetbrains.kotlin") -> "version.kotlin"
+ pluginNamespace.startsWith("org.jetbrains.kotlin.") -> "version.kotlin"
144
pluginNamespace.startsWith("com.android.") -> "plugin.android"
145
else -> "plugin.$pluginId"
146
0 commit comments