File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
plugins/core/src/main/kotlin/de/fayard/refreshVersions/core Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ version.kotest=4.1.3
7676# # # available=4.5.0
7777# # # available=4.6.0
7878
79- # TODO: investigate why included build needs THIS? on linux
80- plugin.org.jetbrains.kotlin.jvm =version.kotlin
81-
8279version.kotlin =1.4.32
8380# # # available=1.5.0-M1
8481# # # available=1.5.0-M2
You can’t perform that action at this time.
0 commit comments