-
Notifications
You must be signed in to change notification settings - Fork 0
JUnit‐5 ‐ Setup
Devrath edited this page Oct 23, 2023
·
1 revision
plugins {
id 'de.mannodermaus.android-junit5' version "1.9.3.0"
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.5'
}
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3"