We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6bb17 commit c8e2643Copy full SHA for c8e2643
packages/pigeon/platform_tests/test_plugin/android/build.gradle
@@ -66,7 +66,7 @@ android {
66
67
dependencies {
68
testImplementation 'junit:junit:4.+'
69
- testImplementation "io.mockk:mockk:1.13.13"
+ testImplementation "io.mockk:mockk:1.13.14"
70
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
71
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
72
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
0 commit comments