Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix idea sync failing on composite builds, add support for composite builds #367

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed kotlin plugin version resolve error
NikkyAI committed Jun 7, 2021
commit b5bcd87cbc09fccc5a1f33ea0c69abcd19b6728e
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ private fun setupPluginsVersionsResolution(
}
val pluginNamespace = requested.id.namespace ?: ""
val versionKey = when {
pluginNamespace.startsWith("org.jetbrains.kotlin.") -> "version.kotlin"
pluginNamespace.startsWith("org.jetbrains.kotlin") -> "version.kotlin"
pluginNamespace.startsWith("com.android.") -> "plugin.android"
else -> "plugin.$pluginId"
}
3 changes: 0 additions & 3 deletions sample-include-build/versions.properties
Original file line number Diff line number Diff line change
@@ -76,9 +76,6 @@ version.kotest=4.1.3
## # available=4.5.0
## # available=4.6.0

# TODO: investigate why included build needs THIS? on linux
plugin.org.jetbrains.kotlin.jvm=version.kotlin

version.kotlin=1.4.32
## # available=1.5.0-M1
## # available=1.5.0-M2