Browse Source

Fix wrong word used: transient -> transitive (#1839)

release/1.1.1
Louis CAD 3 years ago committed by Igor Demin
parent
commit
c0f2e198b4
  1. 2
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt

2
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt

@ -79,7 +79,7 @@ class ComposePlugin : Plugin<Project> {
// Note that we don't provide a configuration parameter to disable dependency replacement,
// because without replacement, gradle will fail anyway because classpath contains two incompatible artifacts.
//
// We should define all replacements, even for transient dependencies.
// We should define all replacements, even for transitive dependencies.
// For example, a library can depend on androidx.compose.foundation:foundation-layout
//
// List of all org.jetbrains.compose libraries is here:

Loading…
Cancel
Save