Skip to content

Commit

Permalink
Fix wrong word used: transient -> transitive (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD authored and igordmn committed Mar 12, 2022
1 parent 84938c0 commit c0f2e19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:
Expand Down

0 comments on commit c0f2e19

Please sign in to comment.