Gavin Ray
08/07/2023, 8:34 PMtesting API, how do you pass jvmArgs()? I need to set --enable-preview when running tests:
testing {
suites {
val test by getting(JvmTestSuite::class) {
useKotlinTest("1.9.0")
}
}
}