Is it possible to register a test task for each ta...
# gradle
e
Is it possible to register a test task for each target of a KMP project that won't get run as part of build or check (because it's included in allTests)?
m
Subscribing to this thread I've managed to create a JVM test manually but for JS/Native, didn't find a solution other than using
testRuns
(which adds to
allTests
)