Gavin Ray
08/07/2023, 8:36 PMTestingExtension
, TestSuite
, and JvmTestSuite
and didn't see anything)Vampire
08/07/2023, 11:44 PMtesting {
suites {
val test by getting(JvmTestSuite::class) {
useKotlinTest("1.9.0")
targets.all {
testTask {
jvmArgs("--enable-preview")
}
}
}
}
}
Gavin Ray
08/10/2023, 6:41 PM