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 a3654e2 commit 2b5b7ccCopy full SHA for 2b5b7cc
sample/build.gradle
@@ -57,8 +57,8 @@ android {
57
dependencies {
58
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
59
60
- testImplementation junit5()
61
- testImplementation junit5Params()
+ testImplementation junitJupiter()
+ testImplementation junitParams()
62
}
63
64
// IJ doesn't recognize Kotlin test classes properly,
0 commit comments