Skip to content

Commit fe75632

Browse files
committed
Move to junit5*() dependency handlers
1 parent 2b5b7cc commit fe75632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ android {
5757
dependencies {
5858
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
5959

60-
testImplementation junitJupiter()
61-
testImplementation junitParams()
60+
testImplementation junit5()
61+
testImplementation junit5Params()
6262
}
6363

6464
// IJ doesn't recognize Kotlin test classes properly,

0 commit comments

Comments
 (0)