Is there a way to have a global `kotest.properties...
# kotest
m
Is there a way to have a global
kotest.properties
file, without having to duplicate the same config file across many modules?
c
create a
testing-starter
module that includes it (and perhaps kotest and other common dependencies), and depend on that in
testImplementation