Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md
Browse files Browse the repository at this point in the history
jeppeman authored Nov 30, 2024
1 parent 828f9e2 commit 28bcad2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ buildscript {
}
dependencies {
classpath 'com.jeppeman.mockposable:mockposable-gradle:0.10'
classpath 'com.jeppeman.mockposable:mockposable-gradle:0.11'
}
}
@@ -49,7 +49,8 @@ mockposable {
// plugins = ['mockk', 'mockito', 'compose-ui']
plugins = [...] // plugins = listOf(...) for build.gradle.kts
// This is optional, and defaults to the version that mockposable uses internally.
// This is optional, and only relevant for Kotlin versions < 2.0, it 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
// chance to, you can explicitly select a version of the compose compiler plugin that is
// compatible with the version of Kotlin you use.

0 comments on commit 28bcad2

Please sign in to comment.