You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appendLine("This may lead to compilation errors or unexpected behavior at runtime.")
131
+
appendLine("Such version mismatch might be caused by dependency constrains in one of the included libraries.")
132
+
val taskName =if (projectName.isNotEmpty() &&!projectName.endsWith(":")) "$projectName:dependencies"else"${projectName}dependencies"
133
+
appendLine("You can inspect resulted dependencies tree via `./gradlew $taskName --configuration ${configurationName}`.")
134
+
appendLine("See more details in Gradle documentation: https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html#sec:listing-dependencies")
135
+
appendLine()
136
+
appendLine("Please update Compose Multiplatform gradle plugin version or align dependencies' versions to match the current plugin version.")
Copy file name to clipboardExpand all lines: gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/RuntimeLibrariesCompatibilityCheckTest.kt
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,30 +16,30 @@ class RuntimeLibrariesCompatibilityCheckTest : GradlePluginTestBase() {
0 commit comments