Skip to content

Commit

Permalink
Update README.md (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman authored Mar 27, 2024
1 parent 3946ae8 commit ebe6bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ mockposable {
plugins = [...] // plugins = listOf(...) for build.gradle.kts
// This is optional, and defaults to the version that mockposable uses internally.
// If you as a consumer upgrade to a newer version of Kotlin before this plugin has had a to,
// you can explicitly select a version of the compose compiler plugin that is compatible with
// the version of Kotlin you use.
// If you as a consumer upgrade to a newer version of Kotlin before this plugin has had a
// chance to, you can explicitly select a version of the compose compiler plugin that is
// compatible with the version of Kotlin you use.
composeCompilerPluginVersion = "x.y.z"
}
```
Expand Down

0 comments on commit ebe6bad

Please sign in to comment.